Magellan Linux

Diff of /trunk/usbip/usbipdevd.rc

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

revision 139 by niro, Tue May 8 07:28:12 2007 UTC revision 140 by niro, Tue May 8 08:56:57 2007 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /root/magellan-cvs/src/usbip/usbipdevd.rc,v 1.1 2007-05-08 07:28:12 niro Exp $  # $Header: /root/magellan-cvs/src/usbip/usbipdevd.rc,v 1.2 2007-05-08 08:56:57 niro Exp $
3    
4  #%rlevels: 3:s 4:s 5:s 0:k 1:k 2:k 6:k  #%rlevels: 3:s 4:s 5:s 0:k 1:k 2:k 6:k
5  #%start: 90  #%start: 90
# Line 28  case "$1" in Line 28  case "$1" in
28   ;;   ;;
29    
30   stop)   stop)
31   echo -e ${COLOREDSTAR}"Stopping Network USB daemon ..."   echo -e ${COLOREDSTAR}"Stopping usbip-device daemon ..."
32   start-stop-daemon --quiet --stop \   start-stop-daemon --quiet --stop \
33   --pidfile /var/run/usbipdevd.pid   --pidfile /var/run/usbipdevd.pid
34   evaluate_retval   evaluate_retval

Legend:
Removed from v.139  
changed lines
  Added in v.140