summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-03 15:56:28 +0000
committerRoy Marples <roy@marples.name>2008-03-03 15:56:28 +0000
commit08e78bd15f3eff3f7f12e960990be02f33fc0c8a (patch)
treed6b7073dd81c30bb58e0a5a7b5619c7b3d352b2c
parentdab044a5d24cc5f56b2da1b774e383a3124be67c (diff)
downloadopenrc-08e78bd15f3eff3f7f12e960990be02f33fc0c8a.tar.gz
openrc-08e78bd15f3eff3f7f12e960990be02f33fc0c8a.tar.bz2
openrc-08e78bd15f3eff3f7f12e960990be02f33fc0c8a.tar.xz
Don't run mixer or powerd in prefix.
-rw-r--r--init.d.FreeBSD/.gitignore8
-rw-r--r--init.d.FreeBSD/mixer.in2
-rw-r--r--init.d.FreeBSD/powerd.in2
3 files changed, 10 insertions, 2 deletions
diff --git a/init.d.FreeBSD/.gitignore b/init.d.FreeBSD/.gitignore
new file mode 100644
index 0000000..a4207db
--- /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 91a8ae2..f496bd1 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 0e8dc2c..1c2d845 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()