summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-08-12 22:44:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-08-12 22:44:48 +0000
commitebba2f158cd83a7c177fe46b50a7261bdad9adae (patch)
tree63e5cc6fc21eda57bdc52ce958eacc84dc187e7b
parentfaafb4863d4ca04b21c68b163c55f864200bdfe9 (diff)
Notes
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 096b28a1f97b..fcea104dca0e 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -81,6 +81,7 @@ stop_dhcp() {
}
start_dhcp() {
+ stop_dhcp
case ${pccard_ether_delay} in
[Nn][Oo])
;;
@@ -88,7 +89,6 @@ start_dhcp() {
sleep ${pccard_ether_delay}
;;
esac
- stop_dhcp
[ -n "$dhcp_program" ] && dhclient_program="$dhcp_program"
[ -n "$dhcp_flags" ] && dhclient_flags="$dhcp_flags"
if [ -x "${dhclient_program}" ]; then