summaryrefslogtreecommitdiff
path: root/init.d.FreeBSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-02 21:13:21 +0000
committerRoy Marples <roy@marples.name>2008-03-02 21:13:21 +0000
commita12dbdc6c93a7d63591610378e3e570b7c7d2143 (patch)
tree22cd968f4bb32bedf82e091c9ffee798d247c51e /init.d.FreeBSD
parent7c092fbc7904be18510eed08c72cbad974db8adc (diff)
downloadopenrc-a12dbdc6c93a7d63591610378e3e570b7c7d2143.tar.gz
openrc-a12dbdc6c93a7d63591610378e3e570b7c7d2143.tar.bz2
openrc-a12dbdc6c93a7d63591610378e3e570b7c7d2143.tar.xz
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 7fcb025..3a2c050 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 04ed3af..3c31284 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 b69e4ff..c34c76c 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 200b9ce..200b9ce 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 b8c8f3a..b8c8f3a 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 e75f5dc..e75f5dc 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 106962a..106962a 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 45ed5b0..039675b 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() {