diff options
Diffstat (limited to 'security/nmap/files/patch-ac')
-rw-r--r-- | security/nmap/files/patch-ac | 17 |
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 */ |