From 0d24ce472965b1af574ee8eab914346a50d93ab0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 14 Sep 1999 22:58:51 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'. --- security/zenmap/files/patch-ac | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 security/zenmap/files/patch-ac (limited to 'security/zenmap/files/patch-ac') diff --git a/security/zenmap/files/patch-ac b/security/zenmap/files/patch-ac deleted file mode 100644 index c732f9af7bef..000000000000 --- a/security/zenmap/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- nmapfe_sig.c.orig Fri May 7 04:51:52 1999 -+++ nmapfe_sig.c Fri Jul 23 11:09:45 1999 -@@ -171,7 +171,7 @@ - on_Get_Nmap_Version_activate (GtkMenuItem *menuitem, - gpointer user_data) - { -- execute("nmap -V"); -+ execute( NMAP_PATH "nmap -V"); - } - - -@@ -296,7 +296,8 @@ - if (size > command_size) - command = realloc(command, size); - -- strcpy(command, "nmap "); -+ strcpy(command, NMAP_PATH); -+ strcat(command, "nmap "); - /*Uhm... yeah.. Spit out which scan to perform based - on the which_scan variable */ - -- cgit v1.3