summaryrefslogtreecommitdiff
path: root/init.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-14 23:11:33 +0000
committerRoy Marples <roy@marples.name>2007-12-14 23:11:33 +0000
commit6f41b4de6056e6c232470918a997ffb8525136cd (patch)
tree05c59eb7b5ae3213fa3735565a6af0cd95491bdf /init.d.BSD
parente41249b450ccca2d2b8284858996b88a58c0e9cb (diff)
downloadopenrc-6f41b4de6056e6c232470918a997ffb8525136cd.tar.gz
openrc-6f41b4de6056e6c232470918a997ffb8525136cd.tar.bz2
openrc-6f41b4de6056e6c232470918a997ffb8525136cd.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, 1 insertions, 0 deletions
diff --git a/init.d.BSD/dumpon b/init.d.BSD/dumpon
index 65d901f..505905f 100755
--- a/init.d.BSD/dumpon
+++ b/init.d.BSD/dumpon
@@ -27,6 +27,7 @@ description="Configures a specific kernel dump device."
depend() {
need swap
+ before savecore
}
start() {