summaryrefslogtreecommitdiff
path: root/init.d.BSD
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.BSD
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.BSD')
-rw-r--r--init.d.BSD/hostid1
-rw-r--r--init.d.BSD/moused1
-rw-r--r--init.d.BSD/pf1
-rwxr-xr-xinit.d.BSD/savecore3
4 files changed, 5 insertions, 1 deletions
diff --git a/init.d.BSD/hostid b/init.d.BSD/hostid
index 57fc600..c408751 100644
--- a/init.d.BSD/hostid
+++ b/init.d.BSD/hostid
@@ -9,6 +9,7 @@ depend()
{
need root
before devd net
+ keywords nojail
}
_set()
diff --git a/init.d.BSD/moused b/init.d.BSD/moused
index f168314..8501568 100644
--- a/init.d.BSD/moused
+++ b/init.d.BSD/moused
@@ -16,6 +16,7 @@ depend()
{
need localmount
after bootmisc
+ keywords nojail
}
start()
diff --git a/init.d.BSD/pf b/init.d.BSD/pf
index bf2ac1a..4a615ec 100644
--- a/init.d.BSD/pf
+++ b/init.d.BSD/pf
@@ -11,6 +11,7 @@ extra_started_commands="reload"
depend() {
need localmount
+ keywords nojail
}
start()
diff --git a/init.d.BSD/savecore b/init.d.BSD/savecore
index 217c081..3b9ffb2 100755
--- a/init.d.BSD/savecore
+++ b/init.d.BSD/savecore
@@ -6,7 +6,8 @@ description="Saves a kernel dump."
depend()
{
- need localmount
+ need localmount
+ keywords nojail
}
start()