Update to version 2.3 Beta 14

This commit is contained in:
David E. O'Brien 2000-01-28 10:02:12 +00:00
parent 492419dd43
commit afad78b9d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25159
2 changed files with 13 additions and 14 deletions

View file

@ -1 +1 @@
MD5 (nmap-2.3BETA13.tgz) = 15505f33d4a2d308f3c315587caadf7d
MD5 (nmap-2.3BETA14.tgz) = 6709d218c588f595574f719a394bcf02

View file

@ -1,21 +1,20 @@
--- nmapfe/nmapfe_sig.c.orig Fri May 7 04:51:52 1999
+++ nmapfe/nmapfe_sig.c Fri Jul 23 11:09:45 1999
@@ -171,7 +171,7 @@
--- 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");
- execute("nmap -V");
+ execute( NMAP_PATH "nmap -V");
}
@@ -296,7 +296,8 @@
if (size > command_size)
command = realloc(command, size);
@@ -468,7 +468,7 @@
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 */
- strcpy(command, "nmap ");
+ strcpy(command, NMAP_PATH "nmap ");
/*Uhm... yeah.. Spit out which scan to perform based
on the which_scan variable */