diff options
Diffstat (limited to 'init.d.BSD/savecore')
-rwxr-xr-x | init.d.BSD/savecore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init.d.BSD/savecore b/init.d.BSD/savecore index 54246a9c..217c0817 100755 --- a/init.d.BSD/savecore +++ b/init.d.BSD/savecore @@ -6,8 +6,7 @@ description="Saves a kernel dump." depend() { - need checkfs - before swap + need localmount } start() |