diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-22 13:32:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-22 13:32:51 +0800 |
commit | 489b10d25e03c565dc88587f101e7d4d76ca44b0 (patch) | |
tree | 82836cecb843652babe3e7fc274dea6a483c7316 /net-mgmt/ipplan/files | |
parent | b14b0489dc8869cbdcb8b621fa296a5dc84b5bba (diff) | |
download | freebsd-ports-gnome-489b10d25e03c565dc88587f101e7d4d76ca44b0.tar.gz freebsd-ports-gnome-489b10d25e03c565dc88587f101e7d4d76ca44b0.tar.zst freebsd-ports-gnome-489b10d25e03c565dc88587f101e7d4d76ca44b0.zip |
New port: net-mgmt/ipplan (4.0.2)
New port: net-mgmt/ipplan
Version: 4.0.2
Description: IP address management and tracking
PR: ports/74621
Submitted by: Maxim Tuliuk <mt@zoo.top.net.ua>
Diffstat (limited to 'net-mgmt/ipplan/files')
-rw-r--r-- | net-mgmt/ipplan/files/patch-config.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mgmt/ipplan/files/patch-config.php b/net-mgmt/ipplan/files/patch-config.php new file mode 100644 index 000000000000..f1e647258e9d --- /dev/null +++ b/net-mgmt/ipplan/files/patch-config.php @@ -0,0 +1,20 @@ +--- config.php.org Sat Nov 20 12:07:00 2004 ++++ config.php Thu Dec 2 13:47:54 2004 +@@ -96,7 +96,7 @@ + // not work if php is running in safemode. probing and scanning may + // also be against policy for your site! + //define("NMAP", ""); +-define("NMAP", "/usr/bin/nmap"); ++define("NMAP", "/usr/local/bin/nmap"); + + //-------------------------START OF REGISTRAR--------------------------- + +@@ -137,7 +137,7 @@ + // this will usually be the user under which Apache runs. If the + // permissions are not correct, the files will be created in the + // system temp directory, usually /tmp +-define("DNSEXPORTPATH", "/tmp/dns/"); ++define("DNSEXPORTPATH", "/tmp/ipplan-dns/"); + //-------------------------START OF LANGUAGES--------------------------- + + // which languages are supported by ipplan - see TRANSLATIONS to |