Magellan Linux

Diff of /trunk/usbip/usbipd.rc

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

revision 1533 by niro, Mon Sep 19 16:27:28 2011 UTC revision 1534 by niro, Mon Sep 19 16:28:14 2011 UTC
# Line 29  case "$1" in Line 29  case "$1" in
29    
30   stop)   stop)
31   rc_print "Stopping USB over TCP/IP Enumerator  daemon ..."   rc_print "Stopping USB over TCP/IP Enumerator  daemon ..."
32   start-stop-daemon --stop --pidfile /var/run/usbipd.pid   start-stop-daemon --stop --quiet --pidfile /var/run/usbipd.pid
33   if [[ ! -z $(pidof usbipd) ]]   if [[ ! -z $(pidof usbipd) ]]
34   then   then
35   killall usbipd   killall usbipd &> /dev/null
36   fi   fi
37   evaluate_retval   evaluate_retval
38    

Legend:
Removed from v.1533  
changed lines
  Added in v.1534