slitaz-boot-scripts diff etc/init.d/network.sh @ rev 275

Added tag 4.5 for changeset 95e0902446ce
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 14 21:13:21 2011 +0200 (2011-06-14)
parents 8b16caf41633
children befbf0dc7341
line diff
     1.1 --- a/etc/init.d/network.sh	Mon May 16 00:51:01 2011 +0200
     1.2 +++ b/etc/init.d/network.sh	Tue Jun 14 21:13:21 2011 +0200
     1.3 @@ -160,6 +160,9 @@
     1.4  		do
     1.5  			echo "nameserver $NS" >> /etc/resolv.conf
     1.6  		done
     1.7 +		for HELPER in /etc/ipup.d/*; do
     1.8 +			[ -x $HELPER ] && $HELPER $INTERFACE $DNS_SERVER
     1.9 +		done
    1.10  	fi
    1.11  }
    1.12