diff options
author | Roy Marples <roy@marples.name> | 2008-02-19 14:36:22 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-19 14:36:22 +0000 |
commit | e1e36b2872c1f87d3d0b5308561884af3cd013ac (patch) | |
tree | 12dd16c75681a567510b2765e93e038d79bdfb9c /init.d.FreeBSD | |
parent | 42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (diff) |
keywords -> keyword
Diffstat (limited to 'init.d.FreeBSD')
-rw-r--r-- | init.d.FreeBSD/clock | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/devd | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/dumpon | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/ipfw | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/mixer | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/powerd | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/syscons | 2 |
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() { |