diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-21 03:34:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-21 03:34:42 +0000 |
commit | 3367ac0263c285a186f5f5724c75937844a27e8b (patch) | |
tree | 5f07e9395e7fdd869d5af3be9e484e98a2be1a48 | |
parent | 568b0db58a3e49439238edbe8a6ebf587f101104 (diff) | |
download | pfsense-3367ac0263c285a186f5f5724c75937844a27e8b.zip pfsense-3367ac0263c285a186f5f5724c75937844a27e8b.tar.gz |
Update path to chrooted dhcp leases file
-rw-r--r-- | etc/inc/services.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 695d06e..0fe2a54 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -560,7 +560,7 @@ function services_dnsmasq_configure() { if (isset($config['dnsmasq']['regdhcp'])) { - $args .= " -l {$g['vardb_path']}/dhcpd.leases" . + $args .= " -l {$g['dhcpd_chroot_path']}/dhcpd.leases" . " -s {$config['system']['domain']}"; } |