Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/sendsignals

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1248 by niro, Thu Nov 5 12:57:14 2009 UTC revision 1249 by niro, Fri Mar 11 17:18:55 2011 UTC
# Line 13  Line 13 
13  source /etc/conf.d/rc  source /etc/conf.d/rc
14  source ${rc_functions}  source ${rc_functions}
15    
16  echo -e ${COLOREDSTAR}"Sending all processes the TERM signal ..."  rc_print "Sending all processes the TERM signal ..."
17  killall5 -15  killall5 -15
18  error_value=$?  error_value=$?
19    
# Line 32  else Line 32  else
32   print_status failure   print_status failure
33  fi  fi
34    
35  echo -e ${COLOREDSTAR}"Sending all processes the KILL signal ..."  rc_print "Sending all processes the KILL signal ..."
36  killall5 -9  killall5 -9
37  error_value=$?  error_value=$?
38    

Legend:
Removed from v.1248  
changed lines
  Added in v.1249