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:
4ea1254
)
Create the directory for the drift file (#1898)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 18 Jun 2007 15:18:18 +0000
(15:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 18 Jun 2007 15:18:18 +0000
(15:18 +0000)
SVN-Revision: 7664
net/openntpd/files/ntpd.init
patch
|
blob
|
history
diff --git
a/net/openntpd/files/ntpd.init
b/net/openntpd/files/ntpd.init
index 2fc4bb8adf93b4d3720bd8792c951183c291ed9e..0deb064664286283423b1e34895fba018a2cf461 100644
(file)
--- a/
net/openntpd/files/ntpd.init
+++ b/
net/openntpd/files/ntpd.init
@@
-4,6
+4,7
@@
START=60
start() {
mkdir -p `awk -F: '/^ntp:/{print $6}' /etc/passwd`
+ mkdir -p /var/db/
/usr/sbin/ntpd -s
}