English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/package/base-files/files/etc/init.d/hotplug

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

revision 3426 by tg, Wed Jul 18 12:45:43 2007 UTC revision 3427 by tg, Wed Aug 8 11:08:41 2007 UTC
# Line 3  Line 3 
3  case $1 in  case $1 in
4  stop|autostop)  stop|autostop)
5          export ACTION=remove          export ACTION=remove
         ls /tmp/.*_id >/dev/null 2>&1 || exit 0  
6          for d in /tmp/.*_id; do          for d in /tmp/.*_id; do
7                    [[ -e $d ]] || break
8                  INTERFACE="$(<$d)" /sbin/hotplug usb                  INTERFACE="$(<$d)" /sbin/hotplug usb
9          done          done
10          ;;          ;;

Legend:
Removed from v.3426  
changed lines
  Added in v.3427

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20