summaryrefslogtreecommitdiff
path: root/security/zenmap/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /security/zenmap/files/patch-ac
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Diffstat (limited to 'security/zenmap/files/patch-ac')
-rw-r--r--security/zenmap/files/patch-ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/zenmap/files/patch-ac b/security/zenmap/files/patch-ac
deleted file mode 100644
index 599b5a370724..000000000000
--- a/security/zenmap/files/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
---- gladesig.c.orig Fri May 7 04:51:52 1999
-+++ gladesig.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 */
-