diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-10 14:01:49 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-10 14:01:49 +0000 |
commit | 5ce0fe9e6634d10973fa5ffa4ac970faf5083b9b (patch) | |
tree | 124a2fffa3aa94e9eee54c0db2000a860d3535c0 /net-mgmt/ipplan/files/patch-config.php | |
parent | - Fix writing the volume (diff) |
Updated to 4.3.2
PR: ports/82113
Submitted by: Maxim Tuliuk <mt@zoo.top.net.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=137184
Diffstat (limited to '')
-rw-r--r-- | net-mgmt/ipplan/files/patch-config.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-mgmt/ipplan/files/patch-config.php b/net-mgmt/ipplan/files/patch-config.php index f38d37142344..972c4304d7ad 100644 --- a/net-mgmt/ipplan/files/patch-config.php +++ b/net-mgmt/ipplan/files/patch-config.php @@ -1,6 +1,6 @@ ---- config.php.orig Wed May 11 00:26:32 2005 -+++ config.php Wed May 11 19:30:43 2005 -@@ -89,7 +89,7 @@ +--- config.php.orig Sun Jun 5 09:53:19 2005 ++++ config.php Fri Jun 10 15:28:16 2005 +@@ -96,7 +96,7 @@ // see either httpd.conf User directive or ps -ef to see which user // apache runs under, then set mode 700 on directory and change owner // to this user @@ -9,16 +9,16 @@ // default country code ("" for none) define("DEFAULTCOUNTRY", "US"); -@@ -102,7 +102,7 @@ +@@ -109,7 +109,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"); + //define("NMAP", ""); +-define("NMAP", "/usr/bin/nmap"); ++define("NMAP", "/usr/local/bin/nmap"); //-------------------------START OF REGISTRAR--------------------------- -@@ -145,7 +145,7 @@ +@@ -152,7 +152,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 |