hello,
i am just wondering why there is not /etc/dhcpd.conf as given as command line argument
root$ps aux | grep dhcpd
dhcpd 87714 0.0 0.4 1082696 7996 - Is 22:32 0:00.00 /usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid run0_wlan1
root$ls -hal /etc/dhc*
-rw-r--r-- 1 root wheel 205B Aug 26 10:50 /etc/dhclient.conf
root$uname -a
11.0-RELEASE-p12 FreeBSD 11.0-RELEASE-p12 #0 02581be96(stable/17.7): Sat Aug 26 11:00:39 CEST 2017 root@sensey64:/usr/obj/usr/src/sys/SMP amd64
thanks
Because the config is read from the chroot directory given on the same command line.
Cheers,
Franco