From f5c4146d5a60b378bf5e8d58b78ba7bc5b94a349 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Mon, 17 Jan 2005 11:44:30 +0000 Subject: [PATCH] The submitter of bin/75786 turned out to not have removable interfaces, and so the fix committed in r1.42 was not quite correct for the case where there are two or more DHCP consuming removable interfaces - dhclient must be restarted so that the other interfaces continue to function correctly. Approved by: murray MFC After: 7 days --- etc/pccard_ether | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pccard_ether b/etc/pccard_ether index be5f5173f22..8c7b6716eac 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