From 6f41b4de6056e6c232470918a997ffb8525136cd Mon Sep 17 00:00:00 2001
From: Roy Marples <roy@marples.name>
Date: Fri, 14 Dec 2007 23:11:33 +0000
Subject: savecore happens before swap, so don't depend on it.

---
 init.d.BSD/dumpon | 1 +
 1 file changed, 1 insertion(+)

diff --git a/init.d.BSD/dumpon b/init.d.BSD/dumpon
index 65d901f3..505905fc 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() {
-- 
cgit v1.2.3