From ffbf77eb49464a97fd7df13121fa01ab232bbd7e Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 26 Jul 2005 00:37:19 +0000 Subject: [PATCH] Silence the de-bouncing of dhclient start up. The previous output caused significant mental anguish for some portions of the user population. :) --- etc/rc.d/dhclient | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient index 086b3f7f69e..ca3aece9201 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