mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
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:
parent
c85ed85b1c
commit
ffbf77eb49
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue