diff options
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"); |