From aaad1c8c596a0568435bf72ebcbfc1a19f012112 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Thu, 7 Sep 2006 12:34:00 +0000 Subject: openntpd: Fix initscript and reformat .bb to match OE style guidelines --- packages/openntpd/files/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/openntpd/files') diff --git a/packages/openntpd/files/init b/packages/openntpd/files/init index d35c65299d..745f1701aa 100644 --- a/packages/openntpd/files/init +++ b/packages/openntpd/files/init @@ -7,7 +7,7 @@ ntpd=/usr/sbin/ntpd test -x "$ntpd" || exit 0 -[ ! -d /var/shared/empty ] && mkdir /var/shared/empty +[ ! -d /var/shared/empty ] && mkdir -p /var/shared/empty case "$1" in start) -- cgit v1.2.3