X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=lib%2Ffunctions.network;h=bb7ed5ff4a726c36b99537906ff8e2a12d75ecc9;hb=96ee73c14a480ea7c00e8e48ad75b068aee0cf94;hp=6b03d4b82c2fb94e2227d3262b08e8cb8733d30a;hpb=cf360554110d3e5c2a42bda51d6cbe3bc1c918fd;p=projects%2Frc-scripts.git diff --git a/lib/functions.network b/lib/functions.network index 6b03d4b8..bb7ed5ff 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/dhcpcd ]; then - DHCP_CLIENT=/sbin/dhcpcd elif [ -x /sbin/dhclient ]; then DHCP_CLIENT=/sbin/dhclient + elif [ -x /sbin/dhcpcd ]; then + DHCP_CLIENT=/sbin/dhcpcd elif [ -x /sbin/dhcpxd ]; then DHCP_CLIENT=/sbin/dhcpxd elif [ -x /sbin/pump ]; then