Don't run mixer or powerd in prefix.

This commit is contained in:
Roy Marples 2008-03-03 15:56:28 +00:00
parent dab044a5d2
commit 08e78bd15f
3 changed files with 10 additions and 2 deletions

8
init.d.FreeBSD/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
clock
devd
dumpon
ipfw
mixer
nscd
powerd
syscons

View File

@ -7,7 +7,7 @@ extra_commands="restore"
depend()
{
need localmount
keyword nojail
keyword nojail noprefix
}
restore()

View File

@ -12,7 +12,7 @@ depend()
need localmount
use logger
after bootmisc
keyword nojail
keyword nojail noprefix
}
start_pre()