dhclient.conf points to the wrong location. Caused by not paying

attention while rebasing.
master
Philippe Seewer 2009-06-17 13:25:25 +02:00 committed by Harald Hoyer
parent 8ecd9d010a
commit 8ca4f85770
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ do_dhcp() {
# /sbin/dhclient-script will mark the netif up and generate the online
# event for nfsroot
# XXX add -V vendor class and option parsing per kernel
dhclient -1 -q -cf /sbin/dhclient.conf -pf /tmp/dhclient.$netif.pid -lf /tmp/dhclient.$netif.lease $netif
dhclient -1 -q -cf /etc/dhclient.conf -pf /tmp/dhclient.$netif.pid -lf /tmp/dhclient.$netif.lease $netif
}

# Handle static ip configuration