diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-07 12:34:00 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-07 12:34:00 +0000 |
commit | aaad1c8c596a0568435bf72ebcbfc1a19f012112 (patch) | |
tree | ed078e4971a859ea9b3eb84e225573a8f051c160 /packages/openntpd/files | |
parent | 68369bccea960e60a01570fff3da7789b1e2b452 (diff) |
openntpd: Fix initscript and reformat .bb to match OE style guidelines
Diffstat (limited to 'packages/openntpd/files')
-rw-r--r-- | packages/openntpd/files/init | 2 |
1 files changed, 1 insertions, 1 deletions
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) |