[packages] ntpd: let ntpd create the pid file
authortripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Nov 2011 16:50:09 +0000 (16:50 +0000)
committertripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Nov 2011 16:50:09 +0000 (16:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28882 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/ntpd/files/ntpd.init

index d164969..ef07a1a 100644 (file)
@@ -3,13 +3,13 @@
 
 START=65
 
-SERVICE_WRITE_PID=1
+SERVICE_USE_PID=1
 SERVICE_DAEMONIZE=1
 
 start() {
 #      ln -sf /dev/ttyS0 /dev/gps0
 #      /usr/sbin/setgarmin -d /dev/gps -c /etc/setgarmin.conf
-       service_start /sbin/ntpd -g -n
+       service_start /sbin/ntpd -g -p /var/run/ntpd.pid
 }
 
 stop() {