Magellan Linux

Diff of /trunk/usbip/usbipd.rc

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

revision 1531 by niro, Mon Sep 19 16:00:45 2011 UTC revision 1532 by niro, Mon Sep 19 16:15:02 2011 UTC
# Line 15  source $rc_functions Line 15  source $rc_functions
15    
16  case "$1" in  case "$1" in
17   start)   start)
18     if [[ -z $(grep '^usbip[-_]host' /proc/modules) ]]
19     then
20     modprobe usbip-host &> /dev/null
21     fi
22   rc_print "Starting USB over TCP/IP Enumerator daemon ..."   rc_print "Starting USB over TCP/IP Enumerator daemon ..."
23   start-stop-daemon --start --exec /usr/bin/usbipd --pidfile /var/run/usbipd.pid --make-pidfile -- -D   start-stop-daemon --start --exec /usr/bin/usbipd --pidfile /var/run/usbipd.pid --make-pidfile -- -D
24   evaluate_retval   evaluate_retval

Legend:
Removed from v.1531  
changed lines
  Added in v.1532