From: florian Date: Mon, 18 Jun 2007 15:18:18 +0000 (+0000) Subject: Create the directory for the drift file (#1898) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9c66664108c9a0cbe38768a395033f61104afe7a;p=packages.git Create the directory for the drift file (#1898) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7664 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openntpd/files/ntpd.init b/net/openntpd/files/ntpd.init index 2fc4bb8ad..0deb06466 100644 --- 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 }