diff options
Diffstat (limited to 'init.d.FreeBSD')
-rw-r--r-- | init.d.FreeBSD/clock | 1 | ||||
-rw-r--r-- | init.d.FreeBSD/devd | 1 | ||||
-rw-r--r-- | init.d.FreeBSD/dumpon | 1 | ||||
-rw-r--r-- | init.d.FreeBSD/ipfw | 1 | ||||
-rw-r--r-- | init.d.FreeBSD/mixer | 3 | ||||
-rw-r--r-- | init.d.FreeBSD/powerd | 1 | ||||
-rw-r--r-- | init.d.FreeBSD/syscons | 1 |
7 files changed, 8 insertions, 1 deletions
diff --git a/init.d.FreeBSD/clock b/init.d.FreeBSD/clock index f26bef2a..6a8485c9 100644 --- a/init.d.FreeBSD/clock +++ b/init.d.FreeBSD/clock @@ -21,6 +21,7 @@ depend() [ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then need root fi + keywords nojail } start() diff --git a/init.d.FreeBSD/devd b/init.d.FreeBSD/devd index ff500bfa..76706b43 100644 --- a/init.d.FreeBSD/devd +++ b/init.d.FreeBSD/devd @@ -10,6 +10,7 @@ depend() { need localmount after bootmisc before net.lo0 + keywords nojail } start_pre() { diff --git a/init.d.FreeBSD/dumpon b/init.d.FreeBSD/dumpon index 9d40f915..fbe3d1c3 100644 --- a/init.d.FreeBSD/dumpon +++ b/init.d.FreeBSD/dumpon @@ -6,6 +6,7 @@ description="Configures a specific kernel dump device." depend() { need swap + keywords nojail } start() { diff --git a/init.d.FreeBSD/ipfw b/init.d.FreeBSD/ipfw index c1c0cb35..5ef366b2 100644 --- a/init.d.FreeBSD/ipfw +++ b/init.d.FreeBSD/ipfw @@ -13,6 +13,7 @@ opts="panic showstatus" depend() { before net provide firewall + keywords nojail } ipfw() { diff --git a/init.d.FreeBSD/mixer b/init.d.FreeBSD/mixer index 81341e9b..c169033c 100644 --- a/init.d.FreeBSD/mixer +++ b/init.d.FreeBSD/mixer @@ -6,7 +6,8 @@ extra_commands="restore" depend() { - need localmount + need localmount + keywords nojail } restore() diff --git a/init.d.FreeBSD/powerd b/init.d.FreeBSD/powerd index 3d3ae7f0..b44128e0 100644 --- a/init.d.FreeBSD/powerd +++ b/init.d.FreeBSD/powerd @@ -12,6 +12,7 @@ depend() need localmount use logger after bootmisc + keywords nojail } start_pre() diff --git a/init.d.FreeBSD/syscons b/init.d.FreeBSD/syscons index 93d3c7c6..af76baba 100644 --- a/init.d.FreeBSD/syscons +++ b/init.d.FreeBSD/syscons @@ -4,6 +4,7 @@ depend() { need localmount + keywords nojail } start() { |