Comment 6 for bug 900234

Revision history for this message
Arnaud FLORENT (aflorent) wrote :

there is still a problem when using ifdown with version 0.7~beta2ubuntu1

as dhclient3 is now a symlink to dhclient
it is called with /var/lib/dhcp3 path for the lease file

cf ifupdown.nw

down
    dhclient3 -r -pf /var/run/dhclient.%iface%.pid -lf /var/lib/dhcp3/dhclient.%iface%.leases %iface% \
        if (execable("/sbin/dhclient3"))
    dhclient -v -r -pf /var/run/dhclient.%iface%.pid -lf /var/lib/dhcp/dhclient.%iface%.leases %iface% \
        elsif (execable("/sbin/dhclient"))