diff options
Diffstat (limited to 'init.d.BSD')
-rw-r--r-- | init.d.BSD/hostid | 2 | ||||
-rw-r--r-- | init.d.BSD/moused | 2 | ||||
-rw-r--r-- | init.d.BSD/pf | 2 | ||||
-rwxr-xr-x | init.d.BSD/savecore | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/init.d.BSD/hostid b/init.d.BSD/hostid index c4087512..3eb4c4fe 100644 --- a/init.d.BSD/hostid +++ b/init.d.BSD/hostid @@ -9,7 +9,7 @@ depend() { need root before devd net - keywords nojail + keyword nojail } _set() diff --git a/init.d.BSD/moused b/init.d.BSD/moused index 85015684..94c68127 100644 --- a/init.d.BSD/moused +++ b/init.d.BSD/moused @@ -16,7 +16,7 @@ depend() { need localmount after bootmisc - keywords nojail + keyword nojail } start() diff --git a/init.d.BSD/pf b/init.d.BSD/pf index 4a615ec7..0b6208e8 100644 --- a/init.d.BSD/pf +++ b/init.d.BSD/pf @@ -11,7 +11,7 @@ extra_started_commands="reload" depend() { need localmount - keywords nojail + keyword nojail } start() diff --git a/init.d.BSD/savecore b/init.d.BSD/savecore index 3b9ffb29..6784a1d5 100755 --- a/init.d.BSD/savecore +++ b/init.d.BSD/savecore @@ -7,7 +7,7 @@ description="Saves a kernel dump." depend() { need localmount - keywords nojail + keyword nojail } start() |