summaryrefslogtreecommitdiff
path: root/init.d.FreeBSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-19 14:15:53 +0000
committerRoy Marples <roy@marples.name>2008-02-19 14:15:53 +0000
commit0364bb2c84bff631e0f765254fc6bf3353950128 (patch)
tree532aa8d419a4647f4ee5134256c75e228b06278e /init.d.FreeBSD
parentf95e0b2c3e0192b44d6ac792f40a61a34f8c8b13 (diff)
downloadopenrc-0364bb2c84bff631e0f765254fc6bf3353950128.tar.gz
openrc-0364bb2c84bff631e0f765254fc6bf3353950128.tar.bz2
openrc-0364bb2c84bff631e0f765254fc6bf3353950128.tar.xz
Add the nojail keyword which excludes services marked as such from the dependency tree when in a jail, #bug 22
Diffstat (limited to 'init.d.FreeBSD')
-rw-r--r--init.d.FreeBSD/clock1
-rw-r--r--init.d.FreeBSD/devd1
-rw-r--r--init.d.FreeBSD/dumpon1
-rw-r--r--init.d.FreeBSD/ipfw1
-rw-r--r--init.d.FreeBSD/mixer3
-rw-r--r--init.d.FreeBSD/powerd1
-rw-r--r--init.d.FreeBSD/syscons1
7 files changed, 8 insertions, 1 deletions
diff --git a/init.d.FreeBSD/clock b/init.d.FreeBSD/clock
index f26bef2..6a8485c 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 ff500bf..76706b4 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 9d40f91..fbe3d1c 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 c1c0cb3..5ef366b 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 81341e9..c169033 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 3d3ae7f..b44128e 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 93d3c7c..af76bab 100644
--- a/init.d.FreeBSD/syscons
+++ b/init.d.FreeBSD/syscons
@@ -4,6 +4,7 @@
depend() {
need localmount
+ keywords nojail
}
start() {