mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
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:
parent
a97346b68c
commit
b7df823a59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139678
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user