aboutsummaryrefslogtreecommitdiff
path: root/init.d.FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.FreeBSD')
-rw-r--r--init.d.FreeBSD/clock2
-rw-r--r--init.d.FreeBSD/devd2
-rw-r--r--init.d.FreeBSD/dumpon2
-rw-r--r--init.d.FreeBSD/ipfw2
-rw-r--r--init.d.FreeBSD/mixer2
-rw-r--r--init.d.FreeBSD/powerd2
-rw-r--r--init.d.FreeBSD/syscons2
7 files changed, 7 insertions, 7 deletions
diff --git a/init.d.FreeBSD/clock b/init.d.FreeBSD/clock
index 6a8485c9..7fcb0256 100644
--- a/init.d.FreeBSD/clock
+++ b/init.d.FreeBSD/clock
@@ -21,7 +21,7 @@ depend()
[ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then
need root
fi
- keywords nojail
+ keyword nojail
}
start()
diff --git a/init.d.FreeBSD/devd b/init.d.FreeBSD/devd
index 76706b43..04ed3af5 100644
--- a/init.d.FreeBSD/devd
+++ b/init.d.FreeBSD/devd
@@ -10,7 +10,7 @@ depend() {
need localmount
after bootmisc
before net.lo0
- keywords nojail
+ keyword nojail
}
start_pre() {
diff --git a/init.d.FreeBSD/dumpon b/init.d.FreeBSD/dumpon
index fbe3d1c3..b69e4ffe 100644
--- a/init.d.FreeBSD/dumpon
+++ b/init.d.FreeBSD/dumpon
@@ -6,7 +6,7 @@ description="Configures a specific kernel dump device."
depend() {
need swap
- keywords nojail
+ keyword nojail
}
start() {
diff --git a/init.d.FreeBSD/ipfw b/init.d.FreeBSD/ipfw
index 5ef366b2..200b9cee 100644
--- a/init.d.FreeBSD/ipfw
+++ b/init.d.FreeBSD/ipfw
@@ -13,7 +13,7 @@ opts="panic showstatus"
depend() {
before net
provide firewall
- keywords nojail
+ keyword nojail
}
ipfw() {
diff --git a/init.d.FreeBSD/mixer b/init.d.FreeBSD/mixer
index c169033c..b8c8f3af 100644
--- a/init.d.FreeBSD/mixer
+++ b/init.d.FreeBSD/mixer
@@ -7,7 +7,7 @@ extra_commands="restore"
depend()
{
need localmount
- keywords nojail
+ keyword nojail
}
restore()
diff --git a/init.d.FreeBSD/powerd b/init.d.FreeBSD/powerd
index b44128e0..106962a6 100644
--- a/init.d.FreeBSD/powerd
+++ b/init.d.FreeBSD/powerd
@@ -12,7 +12,7 @@ depend()
need localmount
use logger
after bootmisc
- keywords nojail
+ keyword nojail
}
start_pre()
diff --git a/init.d.FreeBSD/syscons b/init.d.FreeBSD/syscons
index af76baba..45ed5b0c 100644
--- a/init.d.FreeBSD/syscons
+++ b/init.d.FreeBSD/syscons
@@ -4,7 +4,7 @@
depend() {
need localmount
- keywords nojail
+ keyword nojail
}
start() {