Magellan Linux

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

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

revision 1168 by niro, Wed Dec 15 17:44:36 2010 UTC revision 1194 by niro, Thu Jan 27 20:41:48 2011 UTC
# Line 43  case "$1" in Line 43  case "$1" in
43   ;;   ;;
44    
45   status)   status)
46   echo "Hostname is: $(hostname)"   rc_echo "Hostname is: $(hostname)"
47   ifconfig lo   ifconfig lo
48   ;;   ;;
49    
50   *)   *)
51   echo "Usage: $0 {start|stop|restart|status}"   rc_echo "Usage: $0 {start|stop|restart|status}"
52   exit 1   exit 1
53   ;;   ;;
54  esac  esac

Legend:
Removed from v.1168  
changed lines
  Added in v.1194