forked from Lainports/freebsd-ports
- 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>
11 lines
333 B
C
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) {
|