diff options
Diffstat (limited to 'init.d.FreeBSD')
-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() |