Correct syntactical weirdness in a call to /etc/rc.d/dhclient. Fixes:

PR:		bin/75786
Reported by:	Radko Keves <rado at daemon dot sk>
Approved by:	murray
MFC After:	5 days	( to RELENG_5 )
This commit is contained in:
Ceri Davies 2005-01-04 16:52:15 +00:00
parent a97346b68c
commit b7df823a59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139678

View File

@ -70,7 +70,7 @@ stop_dhcp() {
case ${startstop} in
[Ss][Tt][Oo][Pp])
if [ -z "${_nlist}" ]; then
sh `/etc/rc.d/dhclient start`
sh /etc/rc.d/dhclient stop
else
start_dhcp_keep_current
fi