aboutsummaryrefslogtreecommitdiffstats
path: root/security/nmap/files/patch-ac
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-06-16 12:43:50 +0800
committerleeym <leeym@FreeBSD.org>2003-06-16 12:43:50 +0800
commitf2f3bb05c696aae1d309420c9fe92165f0a7c942 (patch)
tree359240edd8573c8698f2160f6d908b9e86cf50b2 /security/nmap/files/patch-ac
parent059c7714f7a71aef7a0218541b150babc9d34598 (diff)
downloadfreebsd-ports-gnome-f2f3bb05c696aae1d309420c9fe92165f0a7c942.tar.gz
freebsd-ports-gnome-f2f3bb05c696aae1d309420c9fe92165f0a7c942.tar.zst
freebsd-ports-gnome-f2f3bb05c696aae1d309420c9fe92165f0a7c942.zip
nmap 3.27 -> 3.28
PR: 53351 Submitted by: Dominic Marks <dom@cus.org.uk>
Diffstat (limited to 'security/nmap/files/patch-ac')
-rw-r--r--security/nmap/files/patch-ac17
1 files changed, 4 insertions, 13 deletions
diff --git a/security/nmap/files/patch-ac b/security/nmap/files/patch-ac
index c2048950beec..1e6ede83aceb 100644
--- a/security/nmap/files/patch-ac
+++ b/security/nmap/files/patch-ac
@@ -1,20 +1,11 @@
---- nmapfe/nmapfe_sig.c.orig Thu Jan 27 23:46:47 2000
-+++ nmapfe/nmapfe_sig.c Fri Jan 28 01:59:47 2000
-@@ -164,7 +164,7 @@
- on_Get_Nmap_Version_activate (GtkMenuItem *menuitem,
- gpointer user_data)
- {
-- execute("nmap -V");
-+ execute( NMAP_PATH "nmap -V");
- }
-
-
-@@ -468,7 +468,7 @@
+--- nmapfe/nmapfe_sig.c.old Sun Jun 15 17:37:46 2003
++++ nmapfe/nmapfe_sig.c Sun Jun 15 17:44:47 2003
+@@ -433,7 +433,7 @@
if (size > command_size)
command = realloc(command, size);
- strcpy(command, "nmap ");
+ strcpy(command, NMAP_PATH "nmap ");
- /*Uhm... yeah.. Spit out which scan to perform based
+ /* Uhm... yeah.. Spit out which scan to perform based
on the which_scan variable */