summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient-script
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient-script')
-rwxr-xr-xsbin/dhclient-script8
1 files changed, 0 insertions, 8 deletions
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
OpenPOWER on IntegriCloud