]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/sendsignals
Ein bisschen die Bootscripte bearbeitet!
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / sendsignals
index 4c3d05eda2a22e3707dcdc378f5ce3f55a96a6b4..1f5e07efad03d04713dfc3cf6f6c9b6d1e39fc7f 100644 (file)
@@ -17,7 +17,7 @@
 
 case "${1}" in
        stop)
-               boot_mesg "Sending all processes the TERM signal..."
+               boot_mesg "Sending all processes the TERM signal..." ${WARN}
                killall5 -15
                error_value=${?}
 
@@ -29,7 +29,7 @@ case "${1}" in
                        echo_failure
                fi
 
-               boot_mesg "Sending all processes the KILL signal..."
+               boot_mesg "Sending all processes the KILL signal..." ${ERR}
                killall5 -9
                error_value=${?}