diff options
author | Roy Marples <roy@marples.name> | 2007-12-14 23:10:58 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-14 23:10:58 +0000 |
commit | e41249b450ccca2d2b8284858996b88a58c0e9cb (patch) | |
tree | 7bcd33b3cf8d50990f6fc036974e087bc20dace9 /init.d.BSD | |
parent | d2e3fcae3c8df601206970c3787f4bf1581e1025 (diff) |
savecore happens before swap, so don't depend on it.
Diffstat (limited to 'init.d.BSD')
-rwxr-xr-x | init.d.BSD/dumpon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d.BSD/dumpon b/init.d.BSD/dumpon index 505905fc..65d901f3 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() { |