From e89124ac81424349af5b7cfcce96aa7a6b6978bd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 20 Feb 2007 05:29:37 +0000 Subject: Nuke old and unused code which was commented out. --- sbin/dhclient-script | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sbin/dhclient-script') diff --git a/sbin/dhclient-script b/sbin/dhclient-script index 2adfeb1..11d102c 100755 --- a/sbin/dhclient-script +++ b/sbin/dhclient-script @@ -30,14 +30,6 @@ IFCONFIG=/sbin/ifconfig LOCALHOST=127.0.0.1 - -# Ensure check_reload_status is running at all times. -#PS_COUNT=`ps awux | grep -v grep | grep check_reload_status | wc -l` -#if [ $PS_COUNT -lt 1 ]; then -# echo "check_reload_status not running, restarting." | logger -p daemon.info -i -t dhclient-script -# /usr/bin/nice -n20 /usr/local/sbin/check_reload_status 2>/dev/null -#fi - if [ -x /usr/bin/logger ]; then LOGGER="/usr/bin/logger -s -p user.notice -t dhclient" else -- cgit v1.1