diff options
author | Roy Marples <roy@marples.name> | 2008-03-02 21:13:21 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-02 21:13:21 +0000 |
commit | a12dbdc6c93a7d63591610378e3e570b7c7d2143 (patch) | |
tree | 22cd968f4bb32bedf82e091c9ffee798d247c51e /init.d.FreeBSD | |
parent | 7c092fbc7904be18510eed08c72cbad974db8adc (diff) |
Don't check for root in prefix.
Diffstat (limited to 'init.d.FreeBSD')
-rw-r--r-- | init.d.FreeBSD/clock.in (renamed from init.d.FreeBSD/clock) | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/devd.in (renamed from init.d.FreeBSD/devd) | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/dumpon.in (renamed from init.d.FreeBSD/dumpon) | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/ipfw.in (renamed from init.d.FreeBSD/ipfw) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/mixer.in (renamed from init.d.FreeBSD/mixer) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/nscd.in (renamed from init.d.FreeBSD/nscd) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/powerd.in (renamed from init.d.FreeBSD/powerd) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/syscons.in (renamed from init.d.FreeBSD/syscons) | 2 |
8 files changed, 4 insertions, 4 deletions
diff --git a/init.d.FreeBSD/clock b/init.d.FreeBSD/clock.in index 7fcb0256..3a2c050b 100644 --- a/init.d.FreeBSD/clock +++ b/init.d.FreeBSD/clock.in @@ -21,7 +21,7 @@ depend() [ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then need root fi - keyword nojail + keyword nojail noprefix } start() diff --git a/init.d.FreeBSD/devd b/init.d.FreeBSD/devd.in index 04ed3af5..3c312845 100644 --- a/init.d.FreeBSD/devd +++ b/init.d.FreeBSD/devd.in @@ -10,7 +10,7 @@ depend() { need localmount after bootmisc before net.lo0 - keyword nojail + keyword nojail noprefix } start_pre() { diff --git a/init.d.FreeBSD/dumpon b/init.d.FreeBSD/dumpon.in index b69e4ffe..c34c76c2 100644 --- a/init.d.FreeBSD/dumpon +++ b/init.d.FreeBSD/dumpon.in @@ -6,7 +6,7 @@ description="Configures a specific kernel dump device." depend() { need swap - keyword nojail + keyword nojail noprefix } start() { diff --git a/init.d.FreeBSD/ipfw b/init.d.FreeBSD/ipfw.in index 200b9cee..200b9cee 100644 --- a/init.d.FreeBSD/ipfw +++ b/init.d.FreeBSD/ipfw.in diff --git a/init.d.FreeBSD/mixer b/init.d.FreeBSD/mixer.in index b8c8f3af..b8c8f3af 100644 --- a/init.d.FreeBSD/mixer +++ b/init.d.FreeBSD/mixer.in diff --git a/init.d.FreeBSD/nscd b/init.d.FreeBSD/nscd.in index e75f5dc9..e75f5dc9 100644 --- a/init.d.FreeBSD/nscd +++ b/init.d.FreeBSD/nscd.in diff --git a/init.d.FreeBSD/powerd b/init.d.FreeBSD/powerd.in index 106962a6..106962a6 100644 --- a/init.d.FreeBSD/powerd +++ b/init.d.FreeBSD/powerd.in diff --git a/init.d.FreeBSD/syscons b/init.d.FreeBSD/syscons.in index 45ed5b0c..039675b2 100644 --- a/init.d.FreeBSD/syscons +++ b/init.d.FreeBSD/syscons.in @@ -4,7 +4,7 @@ depend() { need localmount - keyword nojail + keyword nojail noprefix } start() { |