diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-12-24 00:42:51 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-12-24 00:42:51 +0000 |
commit | d6e0f66e26eb013ca474c431480633b3167a2fe8 (patch) | |
tree | 5820cc852c7799602bda51f73b0e2a92759bb148 /net-mgmt/ipplan/files/patch-config.php | |
parent | - adoption of staging support (diff) |
support STAGE
move contents to WWWDIR
PR: ports/182444
Approved by: swills (mentor), maintainer timeout
Notes
Notes:
svn path=/head/; revision=337310
Diffstat (limited to 'net-mgmt/ipplan/files/patch-config.php')
-rw-r--r-- | net-mgmt/ipplan/files/patch-config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ipplan/files/patch-config.php b/net-mgmt/ipplan/files/patch-config.php index 149d02ca056a..d1b4e4d13100 100644 --- a/net-mgmt/ipplan/files/patch-config.php +++ b/net-mgmt/ipplan/files/patch-config.php @@ -32,7 +32,7 @@ // export path where DHCP files in XML format will be output ready for // transformation into DHCP file for various DHCP servers -define("DHCPEXPORTPATH", '/tmp/dhcp/'); -+define("DHCPEXPORTPATH", '/var/spool/ipplan/dncpexport/'); ++define("DHCPEXPORTPATH", '/var/spool/ipplan/dhcpexport/'); // This string identifies ip addresses that belong in the DHCP pool define("DHCPRESERVED", "Reserved - DHCP pool"); |