keywords -> keyword
This commit is contained in:
@@ -21,7 +21,7 @@ depend()
|
||||
[ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then
|
||||
need root
|
||||
fi
|
||||
keywords nojail
|
||||
keyword nojail
|
||||
}
|
||||
|
||||
start()
|
||||
|
||||
@@ -10,7 +10,7 @@ depend() {
|
||||
need localmount
|
||||
after bootmisc
|
||||
before net.lo0
|
||||
keywords nojail
|
||||
keyword nojail
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
|
||||
@@ -6,7 +6,7 @@ description="Configures a specific kernel dump device."
|
||||
|
||||
depend() {
|
||||
need swap
|
||||
keywords nojail
|
||||
keyword nojail
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
@@ -13,7 +13,7 @@ opts="panic showstatus"
|
||||
depend() {
|
||||
before net
|
||||
provide firewall
|
||||
keywords nojail
|
||||
keyword nojail
|
||||
}
|
||||
|
||||
ipfw() {
|
||||
|
||||
@@ -7,7 +7,7 @@ extra_commands="restore"
|
||||
depend()
|
||||
{
|
||||
need localmount
|
||||
keywords nojail
|
||||
keyword nojail
|
||||
}
|
||||
|
||||
restore()
|
||||
|
||||
@@ -12,7 +12,7 @@ depend()
|
||||
need localmount
|
||||
use logger
|
||||
after bootmisc
|
||||
keywords nojail
|
||||
keyword nojail
|
||||
}
|
||||
|
||||
start_pre()
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
depend() {
|
||||
need localmount
|
||||
keywords nojail
|
||||
keyword nojail
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
Reference in New Issue
Block a user