2 # Begin $rc_base/init.d/sendsignals - Sendsignals Script
4 # Based on sendsignals script from LFS-3.1 and earlier.
5 # Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
7 source /etc
/sysconfig
/rc
10 echo "Sending all processes the TERM signal..."
15 # Sleep for a while to allow processes to receive and process the TERM
16 # signal. The heavier your system is loaded, the higher it should sleep
22 if [ "$error_value" = 0 ]
29 echo "Sending all processes the KILL signal..."
34 # Increase sleep amount on heavier loaded systems.
39 if [ "$error_value" = 0 ]
47 # End $rc_base/init.d/sendsignals