aboutsummaryrefslogtreecommitdiff
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2005-01-04 16:52:15 +0000
committerCeri Davies <ceri@FreeBSD.org>2005-01-04 16:52:15 +0000
commitb7df823a592975572464d7a1f0a31524b4eb85f2 (patch)
tree0d78f92014f4defdeaeda547b4be753e3f965ffc /etc/pccard_ether
parenta97346b68c1a6a0004295933ed9903a5d4eb977f (diff)
downloadsrc-b7df823a592975572464d7a1f0a31524b4eb85f2.tar.gz
src-b7df823a592975572464d7a1f0a31524b4eb85f2.zip
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 )
Notes
Notes: svn path=/head/; revision=139678
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 100185ea55fe..be5f5173f22f 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -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