diff options
author | Roy Marples <roy@marples.name> | 2008-02-19 14:15:53 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-19 14:15:53 +0000 |
commit | 0364bb2c84bff631e0f765254fc6bf3353950128 (patch) | |
tree | 532aa8d419a4647f4ee5134256c75e228b06278e /init.d.FreeBSD/mixer | |
parent | f95e0b2c3e0192b44d6ac792f40a61a34f8c8b13 (diff) |
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/mixer')
-rw-r--r-- | init.d.FreeBSD/mixer | 3 |
1 files changed, 2 insertions, 1 deletions
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() |