aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipplan/files
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2013-12-24 00:42:51 +0000
committerMark Felder <feld@FreeBSD.org>2013-12-24 00:42:51 +0000
commitd6e0f66e26eb013ca474c431480633b3167a2fe8 (patch)
tree5820cc852c7799602bda51f73b0e2a92759bb148 /net-mgmt/ipplan/files
parent7a578cd1c8b7c8cbf549dc45eba74b0235da4621 (diff)
Notes
Diffstat (limited to 'net-mgmt/ipplan/files')
-rw-r--r--net-mgmt/ipplan/files/patch-config.php2
-rw-r--r--net-mgmt/ipplan/files/pkg-message.in5
2 files changed, 3 insertions, 4 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");
diff --git a/net-mgmt/ipplan/files/pkg-message.in b/net-mgmt/ipplan/files/pkg-message.in
index a32fefc8f17f..2278bb57cc9e 100644
--- a/net-mgmt/ipplan/files/pkg-message.in
+++ b/net-mgmt/ipplan/files/pkg-message.in
@@ -1,6 +1,5 @@
*******************************************************************************
IPPlan's installation hasn't completed yet.
-Please read %%PREFIX%%/%%IPPLANDIR%%/INSTALL carefully and follow it.
-If you won't use Mysql as default database, according to your database,
-install required port and read %%PREFIX%%/%%IPPLANDIR%%/INSTALL-[ORACLE9i|POSTGRESQL]
+Please read %%WWWDIR%%/INSTALL carefully and follow it.
+Instructions for non-MySQL databases can be found in %%WWWDIR%%/
*******************************************************************************