summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2005-01-17 11:44:30 +0000
committerCeri Davies <ceri@FreeBSD.org>2005-01-17 11:44:30 +0000
commitf5c4146d5a60b378bf5e8d58b78ba7bc5b94a349 (patch)
treea90a05e621ec8f26c373b4274a9e681c266b1d8b /etc
parent0763230837072ecd3dc2145cac4a876184bd4ccc (diff)
Notes
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index be5f5173f22f..8c7b6716eace 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 stop
+ sh /etc/rc.d/dhclient start
else
start_dhcp_keep_current
fi