From 9c66664108c9a0cbe38768a395033f61104afe7a Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 18 Jun 2007 15:18:18 +0000 Subject: [PATCH] Create the directory for the drift file (#1898) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7664 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openntpd/files/ntpd.init | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.11.0