summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-20 05:29:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-20 05:29:37 +0000
commite89124ac81424349af5b7cfcce96aa7a6b6978bd (patch)
tree13ed67a1de41a6b771b0baac35aad06c12ec1fae /sbin
parenta63ce78441bf09e07ab44660cb9d7eab41276609 (diff)
downloadpfsense-e89124ac81424349af5b7cfcce96aa7a6b6978bd.zip
pfsense-e89124ac81424349af5b7cfcce96aa7a6b6978bd.tar.gz
Nuke old and unused code which was commented out.
Diffstat (limited to 'sbin')
-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