freebsd-ports/security/nmap/files/patch-nmapfe::nmapfe_sig.c
Edwin Groothuis e11145a0fa [MAINTAINER] port security/nmap: update to version 3.48
- improved version detection
	- integrates most FreeBSD fixes, thanks to
	  Marius Strobl <marius@alchemy.franken.de>
	- install localized man pages

PR:		ports/57646
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-07 22:31:18 +00:00

11 lines
333 B
C

--- nmapfe/nmapfe_sig.c.orig Mon Oct 6 12:59:49 2003
+++ nmapfe/nmapfe_sig.c Mon Oct 6 13:00:06 2003
@@ -410,7 +410,7 @@
if (size > command_size)
command = realloc(command, size);
- strcpy(command, "nmap ");
+ strcpy(command, NMAP_PATH "nmap ");
/* select the scan type */
if (opt.scanValue == CONNECT_SCAN) {