--- ./src/config.h.orig 2005-11-20 06:31:23.000000000 -0600 +++ ./src/config.h 2005-12-08 17:48:06.000000000 -0600 @@ -35,7 +35,7 @@ #if defined(__FreeBSD__) || defined (__OpenBSD__) # define LEASEFILE "/var/db/dnsmasq.leases" #else -# define LEASEFILE "/var/lib/misc/dnsmasq.leases" +# define LEASEFILE "/var/state/dnsmasq/dnsmasq.leases" #endif #if defined(__FreeBSD__) # define CONFFILE "/usr/local/etc/dnsmasq.conf" --- ./dnsmasq.conf.example.orig 2005-09-03 14:15:14.000000000 -0500 +++ ./dnsmasq.conf.example 2005-12-08 17:48:06.000000000 -0600 @@ -262,7 +262,7 @@ # The DHCP server needs somewhere on disk to keep its lease database. # This defaults to a sane location, but if you want to change it, use # the line below. -#dhcp-leasefile=/var/lib/misc/dnsmasq.leases +#dhcp-leasefile=/var/state/dnsmasq/dnsmasq.leases # Set the DHCP server to authoritative mode. In this mode it will barge in # and take over the lease for any client which broadcasts on the network,