diff options
Diffstat (limited to 'init.d.BSD')
-rwxr-xr-x | init.d.BSD/dumpon | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |