Use relative path for ip command.
authorSeewer Philippe <philippe.seewer@bfh.ch>
Mon, 15 Jun 2009 21:34:36 +0000 (17:34 -0400)
committerWarren Togami <wtogami@redhat.com>
Mon, 15 Jun 2009 21:34:36 +0000 (17:34 -0400)
modules.d/40network/dhclient-script

index 3cc48c8..7d201e0 100755 (executable)
@@ -69,7 +69,7 @@ setup_interface() {
 
 case $reason in
     PREINIT)
-       run /sbin/ip link set $netif up
+       run ip link set $netif up
        ;;
     BOUND)
        setup_interface