[packages] openntpd: change binary path in init script as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28621 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
359190ba4a
commit
1990e8bd9f
@ -10,7 +10,7 @@ boot() {
|
|||||||
start() {
|
start() {
|
||||||
mkdir -p `awk -F: '/^network:/{print $6}' /etc/passwd`
|
mkdir -p `awk -F: '/^network:/{print $6}' /etc/passwd`
|
||||||
mkdir -p /var/db/
|
mkdir -p /var/db/
|
||||||
/usr/sbin/ntpd -s
|
/sbin/ntpd -s
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user