aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openntpd
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-08-31 17:09:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-31 17:09:56 +0000
commit2803fc654e08ce51bc0259c6b50425b4900c84a8 (patch)
tree0c09cb528190cdfca98ff177d607036af7dd9f74 /packages/openntpd
parent1cb8d856cd0f4294ff349362994f9a784982c36c (diff)
downloadopenembedded-2803fc654e08ce51bc0259c6b50425b4900c84a8.tar.gz
openntpd init-script
Check to see if privsep dir {localstatedir}/shared/empty exists. Create if not.
Diffstat (limited to 'packages/openntpd')
-rw-r--r--packages/openntpd/files/init1
-rw-r--r--packages/openntpd/openntpd_3.7p1.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/openntpd/files/init b/packages/openntpd/files/init
index caf010c8ca..37c923f688 100644
--- a/packages/openntpd/files/init
+++ b/packages/openntpd/files/init
@@ -7,6 +7,7 @@
ntpd=/usr/sbin/ntpd
test -x "$ntpd" || exit 0
+[ -d /var/shared/empty ] && mkdir /var/shared/empty
case "$1" in
start)
diff --git a/packages/openntpd/openntpd_3.7p1.bb b/packages/openntpd/openntpd_3.7p1.bb
index c83cf1b7a3..43c419ae24 100644
--- a/packages/openntpd/openntpd_3.7p1.bb
+++ b/packages/openntpd/openntpd_3.7p1.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD"
SECTION = "console/network"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
DEPENDS = "timezones"
-PR="r10"
+PR="r11"
SRC_URI = "http://www.zip.com.au/~dtucker/openntpd/release/openntpd-${PV}.tar.gz \
file://autofoo.patch;patch=1 \