summaryrefslogtreecommitdiff
path: root/init.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-14 23:11:54 +0000
committerRoy Marples <roy@marples.name>2007-12-14 23:11:54 +0000
commit33dac46299b75f6f8042125b9c6d9fc38ebe7e29 (patch)
tree7bcd33b3cf8d50990f6fc036974e087bc20dace9 /init.d.BSD
parent6f41b4de6056e6c232470918a997ffb8525136cd (diff)
downloadopenrc-33dac46299b75f6f8042125b9c6d9fc38ebe7e29.tar.gz
openrc-33dac46299b75f6f8042125b9c6d9fc38ebe7e29.tar.bz2
openrc-33dac46299b75f6f8042125b9c6d9fc38ebe7e29.tar.xz
savecore happens before swap, so don't depend on it.
Diffstat (limited to 'init.d.BSD')
-rwxr-xr-xinit.d.BSD/dumpon1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d.BSD/dumpon b/init.d.BSD/dumpon
index 505905f..65d901f 100755
--- a/init.d.BSD/dumpon
+++ b/init.d.BSD/dumpon
@@ -27,7 +27,6 @@ description="Configures a specific kernel dump device."
depend() {
need swap
- before savecore
}
start() {