summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/dhclient
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-07-26 00:37:19 +0000
committerbrooks <brooks@FreeBSD.org>2005-07-26 00:37:19 +0000
commit381391f129e838b6d7cfb4fe833283bddad26522 (patch)
tree3fa5986768197701f3d85d708d50f16d00247681 /etc/rc.d/dhclient
parentb7e0fb45da1c58523462bcf290da79b57362df09 (diff)
downloadFreeBSD-src-381391f129e838b6d7cfb4fe833283bddad26522.zip
FreeBSD-src-381391f129e838b6d7cfb4fe833283bddad26522.tar.gz
Silence the de-bouncing of dhclient start up. The previous output
caused significant mental anguish for some portions of the user population. :)
Diffstat (limited to 'etc/rc.d/dhclient')
-rwxr-xr-xetc/rc.d/dhclient1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient
index 086b3f7..ca3aece 100755
--- a/etc/rc.d/dhclient
+++ b/etc/rc.d/dhclient
@@ -23,7 +23,6 @@ dhclient_start()
if [ -x /usr/bin/pgrep ]; then
pids=`/usr/bin/pgrep -f "dhclient: $ifn(\$| .*)"`
if [ -n "$pids" ]; then
- echo "${name} ${ifn}: already running?"
exit 0
fi
fi
OpenPOWER on IntegriCloud