diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2006-10-24 00:43:07 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2006-10-24 00:43:07 +0000 |
commit | cfcb72642a3de86f84f6e47b08f7e08d42335e0d (patch) | |
tree | 0483cba31117be460e3ac0a238675bd1f18e4b2c /sci-geosciences/gpsd/files | |
parent | Initial import, bug 152600, ebuild supplied by rbu (diff) | |
download | gentoo-2-cfcb72642a3de86f84f6e47b08f7e08d42335e0d.tar.gz gentoo-2-cfcb72642a3de86f84f6e47b08f7e08d42335e0d.tar.bz2 gentoo-2-cfcb72642a3de86f84f6e47b08f7e08d42335e0d.zip |
updated with USE flag for TNT hardware support plus init script change for NTP
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'sci-geosciences/gpsd/files')
-rwxr-xr-x | sci-geosciences/gpsd/files/gpsd.init | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-geosciences/gpsd/files/gpsd.init b/sci-geosciences/gpsd/files/gpsd.init index 994145ac2e0b..26ae9152be92 100755 --- a/sci-geosciences/gpsd/files/gpsd.init +++ b/sci-geosciences/gpsd/files/gpsd.init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.init,v 1.2 2006/05/08 05:30:35 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/files/gpsd.init,v 1.3 2006/10/24 00:43:07 nerdboy Exp $ # You can use this init script to manage a serial port GPS or other # non-hotplug device (or any device for that matter). By design, @@ -9,6 +9,7 @@ depend() { after serial hotplug + before ntpd } checkconfig() { |