diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-12 02:06:34 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-12 02:06:34 +0000 |
commit | 1d023e0072c8dd8acd4a013fe9ad290e02a7aea9 (patch) | |
tree | 11ac4d2eacd4949f05da13b5258f9272516805da /etc/inc/globals.inc | |
parent | d378c59ba314838a95133d6ec4c208c9700006e6 (diff) | |
download | pfsense-1d023e0072c8dd8acd4a013fe9ad290e02a7aea9.zip pfsense-1d023e0072c8dd8acd4a013fe9ad290e02a7aea9.tar.gz |
Don't hard code dhcpd path
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index ead0df1..eb597ee 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -32,6 +32,7 @@ */ $g = array( + "dhcpd_chroot_path" => "/var/dhcpd", "varrun_path" => "/var/run", "varetc_path" => "/var/etc", "vardb_path" => "/var/db", |