Magellan Linux

Diff of /trunk/busybox-initscripts/rc/swap

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

revision 1197 by niro, Wed Dec 15 17:44:36 2010 UTC revision 1198 by niro, Thu Jan 27 20:43:02 2011 UTC
# Line 39  case "$1" in Line 39  case "$1" in
39   ;;   ;;
40    
41   status)   status)
42   echo "Retrieving swap status ..."   rc_echo "Retrieving swap status ..."
43   echo   rc_echo
44   swapon -s   swapon -s
45   ;;   ;;
46    
47   *)   *)
48   echo "Usage: $0 {start|stop|restart|status}"   rc_echo "Usage: $0 {start|stop|restart|status}"
49   exit 1   exit 1
50   ;;   ;;
51  esac  esac

Legend:
Removed from v.1197  
changed lines
  Added in v.1198