From c8b162e3ce45e0b8c6ad1c95e243fca7b1f0ce7d Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 16 Mar 2011 19:03:56 +0100 Subject: replace dhcpcd -x with dhcpcd -k (FS#23293) --- src/connections/ethernet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connections/ethernet') diff --git a/src/connections/ethernet b/src/connections/ethernet index 04aca4a..a268698 100644 --- a/src/connections/ethernet +++ b/src/connections/ethernet @@ -141,7 +141,7 @@ ethernet_down() { if [[ "$IP" == "dhcp" ]]; then if [[ -f "/var/run/dhcpcd-${INTERFACE}.pid" ]]; then report_debug ethernet_down dhcpcd -qx "$INTERFACE" - dhcpcd -qx "$INTERFACE" &>/dev/null + dhcpcd -qk "$INTERFACE" &>/dev/null fi fi -- cgit v1.2.3-24-g4f1b