diff options
Diffstat (limited to 'init.d.BSD/dumpon')
-rwxr-xr-x | init.d.BSD/dumpon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/dumpon b/init.d.BSD/dumpon index 1faf23b1..64876ab1 100755 --- a/init.d.BSD/dumpon +++ b/init.d.BSD/dumpon @@ -33,7 +33,7 @@ depend() { start() { # Setup any user requested dump device - if [ -n "${dump_device}" ] ; then + if [ -n "${dump_device}" ]; then ebegin "Activating kernel core dump device (${dump_device})" dumpon ${dump_device} eend $? |