From 0d68a70634f91c675f4669f12a5ade67b7de9b79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 30 May 2013 21:55:33 +0000 Subject: [PATCH] revert r12677 arekm says it would break existing configs svn-id: @12681 --- lib/functions.network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/functions.network b/lib/functions.network index bb7ed5ff..6b03d4b8 100644 --- a/lib/functions.network +++ b/lib/functions.network @@ -91,10 +91,10 @@ set_dhcpclient() if [ -z "$DHCP_CLIENT" ]; then if [ "$BOOTPROTO" = "zeroconf" -a -x /usr/sbin/avahi-autoipd ]; then DHCP_CLIENT=/usr/sbin/avahi-autoipd - elif [ -x /sbin/dhclient ]; then - DHCP_CLIENT=/sbin/dhclient elif [ -x /sbin/dhcpcd ]; then DHCP_CLIENT=/sbin/dhcpcd + elif [ -x /sbin/dhclient ]; then + DHCP_CLIENT=/sbin/dhclient elif [ -x /sbin/dhcpxd ]; then DHCP_CLIENT=/sbin/dhcpxd elif [ -x /sbin/pump ]; then -- 2.44.0