From 37402de4e12f0b4d624cc1dc3fbf9bc2226a37b6 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 27 Aug 2008 13:57:21 +0000 Subject: [PATCH] Mention that you have to set nmap_command_path in zenmap.conf if you're using the nmap from Fink or MacPorts. --- docs/nmap-install.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index 238723d17..3317335e8 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -1053,7 +1053,8 @@ install Zenmap as usual. which packages Unix software for Mac OS X. The two discussed here are Fink and MacPorts. See the -respective projects' web sites for installation instructions. +respective projects' web sites for how to install the package +managers. Fink To install using Fink, run the command fink install @@ -1066,6 +1067,13 @@ nmap. Nmap will be installed as install nmap. Nmap will be installed as /opt/local/bin/nmap. To uninstall, run sudo port uninstall nmap. + +These systems install install the nmap +executable outside the global PATH. To enable Zenmap to +find it, set the nmap_command_path variable in +zenmap.conf to /sw/bin/nmap or +/opt/local/bin/nmap as described in +.