Don't check for root in prefix.

This commit is contained in:
Roy Marples
2008-03-02 21:13:21 +00:00
parent 7c092fbc79
commit a12dbdc6c9
40 changed files with 42 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ depend()
[ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then
need root
fi
keyword nojail
keyword nojail noprefix
}
start()

View File

@@ -10,7 +10,7 @@ depend() {
need localmount
after bootmisc
before net.lo0
keyword nojail
keyword nojail noprefix
}
start_pre() {

View File

@@ -6,7 +6,7 @@ description="Configures a specific kernel dump device."
depend() {
need swap
keyword nojail
keyword nojail noprefix
}
start() {

View File

@@ -4,7 +4,7 @@
depend() {
need localmount
keyword nojail
keyword nojail noprefix
}
start() {