From 84bdd3e8b366157e7f54a7983a0b51de60b43fa5 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 26 Nov 2015 16:49:06 -0200 Subject: Remove unused code --- src/sbin/dhclient-script | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src') diff --git a/src/sbin/dhclient-script b/src/sbin/dhclient-script index 98e4aa8..d8199cb 100755 --- a/src/sbin/dhclient-script +++ b/src/sbin/dhclient-script @@ -18,11 +18,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # -NETSTAT=/usr/bin/netstat -GREP=/usr/bin/grep -AWK=/usr/bin/awk HOSTNAME=/bin/hostname -GREP=/usr/bin/grep ROUTE=/sbin/route SED=/usr/bin/sed ARP=/usr/sbin/arp @@ -305,13 +301,6 @@ if [ -f /etc/dhclient-enter-hooks ]; then fi fi -#if [ -x $ROUTE ]; then -# if_defaultroute=`$ROUTE -n get -inet default | $GREP interface | $AWK '{print $2}'` -#else -# $LOGGER "if_defaultroute" -# if_defaultroute="x" -#fi - $LOGGER $reason case $reason in MEDIUM) -- cgit v1.1