summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-25 19:59:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-25 19:59:57 +0000
commitd097bb388239df160c5158183efc95c2b55a58c6 (patch)
treedafa3ded7e01f8935b80a4036cc59d61344c3745
parent270dc92caca0f72d32e917351470bf800cb6e89a (diff)
downloadpfsense-d097bb388239df160c5158183efc95c2b55a58c6.zip
pfsense-d097bb388239df160c5158183efc95c2b55a58c6.tar.gz
Missing /var/db/
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 435014e..edd3e69 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['dhcpd_chroot_path']}/dhcpd.leases" .
+ $args .= " -l {$g['dhcpd_chroot_path']}/var/db/dhcpd.leases" .
" -s {$config['system']['domain']}";
}
OpenPOWER on IntegriCloud