# HG changeset patch # User Pascal Bellard # Date 1216766031 0 # Node ID fdf34ee3f38e3460bc5a9fecb233d70825b7304b # Parent 116184aa30ee28d038a6dcda6bd550199e504ff3 netbox: do not always reconfigure lo and hostname diff -r 116184aa30ee -r fdf34ee3f38e tinyutils/netbox --- a/tinyutils/netbox Mon Jul 21 00:12:50 2008 +0200 +++ b/tinyutils/netbox Tue Jul 22 22:33:51 2008 +0000 @@ -643,7 +643,7 @@ [ -s /var/run/udhcpc.$WIFI_INTERFACE.pid ] && kill `cat /var/run/udhcpc.$WIFI_INTERFACE.pid` ifconfig $WIFI_INTERFACE down iwconfig $WIFI_INTERFACE txpower auto - /etc/init.d/network.sh + /etc/init.d/network.sh restart