From b7df823a592975572464d7a1f0a31524b4eb85f2 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Tue, 4 Jan 2005 16:52:15 +0000 Subject: Correct syntactical weirdness in a call to /etc/rc.d/dhclient. Fixes: PR: bin/75786 Reported by: Radko Keves Approved by: murray MFC After: 5 days ( to RELENG_5 ) --- etc/pccard_ether | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/pccard_ether') 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 -- cgit v1.2.3