aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipplan/files
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-09-12 18:59:05 +0800
committeritetcu <itetcu@FreeBSD.org>2006-09-12 18:59:05 +0800
commit081bb091ef43eb61af5c2f44ef7b7cf30e018564 (patch)
tree795e1631e54ba17cd734512f3a3f22916c53c77d /net-mgmt/ipplan/files
parent68d27dd76f754e8807403016105986a5dd34c170 (diff)
downloadfreebsd-ports-gnome-081bb091ef43eb61af5c2f44ef7b7cf30e018564.tar.gz
freebsd-ports-gnome-081bb091ef43eb61af5c2f44ef7b7cf30e018564.tar.zst
freebsd-ports-gnome-081bb091ef43eb61af5c2f44ef7b7cf30e018564.zip
update to 4.58
PR: ports/102533 Submitted by: Babak Farrokhi Approved by: maintainer
Diffstat (limited to 'net-mgmt/ipplan/files')
-rw-r--r--net-mgmt/ipplan/files/patch-config.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/ipplan/files/patch-config.php b/net-mgmt/ipplan/files/patch-config.php
index bf25786fceec..149d02ca056a 100644
--- a/net-mgmt/ipplan/files/patch-config.php
+++ b/net-mgmt/ipplan/files/patch-config.php
@@ -1,5 +1,5 @@
---- config.php.orig Thu Mar 16 22:16:54 2006
-+++ config.php Tue Apr 18 03:56:19 2006
+--- config.php.orig Fri Jun 30 01:01:08 2006
++++ config.php Thu Aug 24 23:40:02 2006
@@ -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
@@ -12,9 +12,9 @@
@@ -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", '%%LOCALBASE%%/bin/nmap');
+ define("NMAP", '');
+-//define("NMAP", '/usr/bin/nmap');
++//define("NMAP", '%%LOCALBASE%%/bin/nmap');
// helpdesk email address
define("HELPDESKEMAIL", "helpdesk@mydomain.com");