Silence the de-bouncing of dhclient start up. The previous output

caused significant mental anguish for some portions of the user
population. :)
This commit is contained in:
Brooks Davis 2005-07-26 00:37:19 +00:00
parent c85ed85b1c
commit ffbf77eb49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148415

View File

@ -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