projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2adc8c
)
ntpd: let ntpd create the pid file
author
Peter Wagner
<tripolar@gmx.at>
Wed, 9 Nov 2011 16:50:09 +0000
(16:50 +0000)
committer
Peter Wagner
<tripolar@gmx.at>
Wed, 9 Nov 2011 16:50:09 +0000
(16:50 +0000)
SVN-Revision: 28882
net/ntpd/files/ntpd.init
patch
|
blob
|
history
diff --git
a/net/ntpd/files/ntpd.init
b/net/ntpd/files/ntpd.init
index d164969c79a8456b955e4043ea86e31e319d9e9f..ef07a1af23f2fd72aca7776f7e434e5fe9421cf3 100644
(file)
--- a/
net/ntpd/files/ntpd.init
+++ b/
net/ntpd/files/ntpd.init
@@
-3,13
+3,13
@@
START=65
-SERVICE_
WRIT
E_PID=1
+SERVICE_
US
E_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() {