From 2803fc654e08ce51bc0259c6b50425b4900c84a8 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 31 Aug 2005 17:09:56 +0000 Subject: openntpd init-script Check to see if privsep dir {localstatedir}/shared/empty exists. Create if not. --- packages/openntpd/files/init | 1 + packages/openntpd/openntpd_3.7p1.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'packages') 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 " 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 \ -- cgit v1.2.3