Changeset 1534
- Timestamp:
- 06/24/07 20:17:38 (6 years ago)
- Location:
- pkg/main/initscripts-parsix-live/trunk/debian
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
live-reboot.init (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/initscripts-parsix-live/trunk/debian/changelog
r1531 r1534 1 initscripts-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 1 7 initscripts-parsix-live (0.8.14) barry; urgency=low 2 8 -
pkg/main/initscripts-parsix-live/trunk/debian/live-reboot.init
r302 r1534 101 101 102 102 # Shutdown network 103 NETDEVICES="$(awk -F: '/ eth.:/{print $1}' /proc/net/dev 2>/dev/null)"103 NETDEVICES="$(awk -F: '/ath.:|eth.:|tr.:|wlan.:/{print $1}' /proc/net/dev 2>/dev/null)" 104 104 if [ -n "$NETDEVICES" ]; then 105 105 pidof pump 2>&1 > /dev/null && { pump -k ; sleep 2; }
Note: See TracChangeset
for help on using the changeset viewer.


