Magellan Linux

Diff of /smage/trunk/core/slim/mcore/files/slim.rc

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

revision 1653 by niro, Fri Feb 4 21:43:23 2011 UTC revision 1654 by niro, Thu Mar 10 21:16:22 2011 UTC
# Line 25  case $1 in Line 25  case $1 in
25                  ;;                  ;;
26   stop)   stop)
27   rc_print "Stopping slim ..."   rc_print "Stopping slim ..."
28   start-stop-daemon --stop --quiet --exe /usr/bin/slim   #start-stop-daemon --stop --quiet --exec /usr/bin/slim
29     # use killall here to prevent flickers of fbsplash while switching vts on killing
30     killall /usr/bin/slim
31   evaluate_retval   evaluate_retval
32    
33  # # chvt to 1  # # chvt to 1

Legend:
Removed from v.1653  
changed lines
  Added in v.1654