SOURCES: ntp.init - full path to daemon

glen glen at pld-linux.org
Sun Apr 27 02:44:04 CEST 2008


Author: glen                         Date: Sun Apr 27 00:44:04 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- full path to daemon

---- Files affected:
SOURCES:
   ntp.init (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SOURCES/ntp.init
diff -u SOURCES/ntp.init:1.23 SOURCES/ntp.init:1.24
--- SOURCES/ntp.init:1.23	Wed Mar 26 17:06:18 2008
+++ SOURCES/ntp.init	Sun Apr 27 02:43:58 2008
@@ -31,7 +31,7 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/ntpd ]; then
 		msg_starting ntpd
-		daemon ntpd -c /etc/ntp/ntp.conf -p /var/run/ntpd.pid $NTPD_OPTIONS
+		daemon /usr/sbin/ntpd -c /etc/ntp/ntp.conf -p /var/run/ntpd.pid $NTPD_OPTIONS
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/ntpd
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ntp.init?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list