Comment 17 for bug 56421

Revision history for this message
ThomasDahlmann (tdd-lnxgeek) wrote :

just added a simple change to the script to make it more flexible.

Instead of:
echo Killing dhclient3 and ipw3945d
killall dhclient3
killall /sbin/ipw3945d-2.6.19-7-generic

I made it:
echo Killing dhclient3 and ipw3945d
killall dhclient3
killall /sbin/ipw3945d-`uname -r`