aboutsummaryrefslogtreecommitdiff
path: root/init.d.FreeBSD
diff options
context:
space:
mode:
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() {