On Mon, May 20, 2013 at 11:56:15AM +0200, Daniel Polak wrote: > I'd like to use the -l option to have dhclient use an alternate location > for the leases file. > Netstart starts dhclient at boot but I don't see a way to supply the -l > option to dhclient other than to modify netstart. > > Am I missing something? > > Daniel
dhclient does not accept any options, this is hardcoded in /etc/netstart. Maybe you can start to test with a new dhclient_flags in /etc/rc.conf{.local} and modify /etc/netstart's 67th line to use dhclient_flags... but it would become complex if you want to have specific options for specific interfaces... jirib