[Lunar-commits] CVS: moonbase/net/ntp/init.d ntpd,1.1,1.2

Jeff Hodges jmhodges at lunar-linux.org
Fri Feb 13 15:10:21 GMT 2004


Update of /var/cvs/lunar/moonbase/net/ntp/init.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv4853

Modified Files:
	ntpd 
Log Message:
hopefully i wont get reamed out for this..  POST_INSTALL now works with 
the init script


Index: ntpd
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ntp/init.d/ntpd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ntpd	13 Feb 2003 10:09:31 -0000	1.1
+++ ntpd	13 Feb 2004 15:10:19 -0000	1.2
@@ -5,10 +5,10 @@
 # description: NTP is used to synchronize computer clocks
 #  on a connected network or via GPS/phone/etc.
 # processname: ntpd
-# config: /etc/config.d/ntp.conf
+# config: /etc/ntp.conf
 
 ARGS="-g"
-[ -f "/etc/config.d/ntp.conf" ] && ARGS="$ARGS -c /etc/config.d/ntp.conf"
+[ -f "/etc/ntp.conf" ] && ARGS="$ARGS -c /etc/ntp.conf"
 
 reload () {
 	# ntp is not reload-safe



More information about the Lunar-commits mailing list