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:
a411ffe
)
openntpd: change binary path in init script as well
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 27 Oct 2011 10:19:43 +0000
(10:19 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 27 Oct 2011 10:19:43 +0000
(10:19 +0000)
SVN-Revision: 28621
net/openntpd/files/ntpd.init
patch
|
blob
|
history
diff --git
a/net/openntpd/files/ntpd.init
b/net/openntpd/files/ntpd.init
index 738007c38ca410db192b99a170a725ff1669b2cd..ea5fc3b08a28f40dd398eb9af6176d5e807e8c57 100644
(file)
--- a/
net/openntpd/files/ntpd.init
+++ b/
net/openntpd/files/ntpd.init
@@
-10,7
+10,7
@@
boot() {
start() {
mkdir -p `awk -F: '/^network:/{print $6}' /etc/passwd`
mkdir -p /var/db/
- /
usr/
sbin/ntpd -s
+ /sbin/ntpd -s
}
stop() {