diff options
author | Roy Marples <roy@marples.name> | 2008-03-03 15:56:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-03 15:56:28 +0000 |
commit | 08e78bd15f3eff3f7f12e960990be02f33fc0c8a (patch) | |
tree | d6b7073dd81c30bb58e0a5a7b5619c7b3d352b2c | |
parent | dab044a5d24cc5f56b2da1b774e383a3124be67c (diff) |
Don't run mixer or powerd in prefix.
-rw-r--r-- | init.d.FreeBSD/.gitignore | 8 | ||||
-rw-r--r-- | init.d.FreeBSD/mixer.in | 2 | ||||
-rw-r--r-- | init.d.FreeBSD/powerd.in | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/init.d.FreeBSD/.gitignore b/init.d.FreeBSD/.gitignore new file mode 100644 index 00000000..a4207db3 --- /dev/null +++ b/init.d.FreeBSD/.gitignore @@ -0,0 +1,8 @@ +clock +devd +dumpon +ipfw +mixer +nscd +powerd +syscons diff --git a/init.d.FreeBSD/mixer.in b/init.d.FreeBSD/mixer.in index 91a8ae2b..f496bd18 100644 --- a/init.d.FreeBSD/mixer.in +++ b/init.d.FreeBSD/mixer.in @@ -7,7 +7,7 @@ extra_commands="restore" depend() { need localmount - keyword nojail + keyword nojail noprefix } restore() diff --git a/init.d.FreeBSD/powerd.in b/init.d.FreeBSD/powerd.in index 0e8dc2c0..1c2d8456 100644 --- a/init.d.FreeBSD/powerd.in +++ b/init.d.FreeBSD/powerd.in @@ -12,7 +12,7 @@ depend() need localmount use logger after bootmisc - keyword nojail + keyword nojail noprefix } start_pre() |