Changeset 1534


Ignore:
Timestamp:
06/24/07 20:17:38 (6 years ago)
Author:
alanbach-guest
Message:

initscripts-parsix-live 0.8.15 updates

Location:
pkg/main/initscripts-parsix-live/trunk/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/main/initscripts-parsix-live/trunk/debian/changelog

    r1531 r1534  
     1initscripts-parsix-live (0.8.15) barry; urgency=low 
     2 
     3  * Continue to support madwifi/ath in halt/reboot too.  
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sun, 24 Jun 2007 21:45:35 +0330 
     6 
    17initscripts-parsix-live (0.8.14) barry; urgency=low 
    28 
  • pkg/main/initscripts-parsix-live/trunk/debian/live-reboot.init

    r302 r1534  
    101101 
    102102# Shutdown network 
    103 NETDEVICES="$(awk -F: '/eth.:/{print $1}' /proc/net/dev 2> /dev/null)" 
     103NETDEVICES="$(awk -F: '/ath.:|eth.:|tr.:|wlan.:/{print $1}' /proc/net/dev 2>/dev/null)" 
    104104if [ -n "$NETDEVICES" ]; then 
    105105        pidof pump 2>&1 > /dev/null && { pump -k ; sleep 2; } 
Note: See TracChangeset for help on using the changeset viewer.