diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /security/zenmap/files/patch-ac | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'security/zenmap/files/patch-ac')
-rw-r--r-- | security/zenmap/files/patch-ac | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/security/zenmap/files/patch-ac b/security/zenmap/files/patch-ac deleted file mode 100644 index 855630c4c89d..000000000000 --- a/security/zenmap/files/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ ---- gladesig.c.orig Mon Aug 30 11:27:21 1999 -+++ gladesig.c Sun Apr 1 22:31:42 2001 -@@ -163,7 +163,7 @@ - on_Get_Nmap_Version_activate (GtkMenuItem *menuitem, - gpointer user_data) - { -- execute("nmap -V"); -+ execute( NMAP_PATH "nmap -V"); - } - - -@@ -467,7 +467,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 */ - -@@ -487,7 +488,7 @@ - strncat(command, " -sR ", 5); - - if (GTK_TOGGLE_BUTTON(MW->fast_check)->active) -- strncat(command, " -F ", 3); -+ strncat(command, " -F ", 4); - - if (GTK_TOGGLE_BUTTON(MW->range_check)->active) { - val = gtk_entry_get_text(GTK_ENTRY(MW->range_text)); |