summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \