aboutsummaryrefslogtreecommitdiffstats
path: root/config/nmap/nmap.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-11-24 09:14:22 -0500
committerjim-p <jimp@pfsense.org>2014-11-24 09:15:19 -0500
commitfe6da2a94b93b769a664c5ec019bfe33ff048bce (patch)
tree54c1a11857e4d2e5d34829b5025e4b376cbbd1fc /config/nmap/nmap.xml
parent47c892d0e3a21da98ddb164a62ea815a34c36914 (diff)
downloadpfsense-packages-fe6da2a94b93b769a664c5ec019bfe33ff048bce.tar.gz
pfsense-packages-fe6da2a94b93b769a664c5ec019bfe33ff048bce.tar.bz2
pfsense-packages-fe6da2a94b93b769a664c5ec019bfe33ff048bce.zip
Add some "install" code for nmap to check for the OUI database and symlink it if necessary.
Diffstat (limited to 'config/nmap/nmap.xml')
-rw-r--r--config/nmap/nmap.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/nmap/nmap.xml b/config/nmap/nmap.xml
index b07b3982..ad0f8e0a 100644
--- a/config/nmap/nmap.xml
+++ b/config/nmap/nmap.xml
@@ -46,7 +46,7 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>nmap</name>
- <version>6.40_2 pkg v1.2.1</version>
+ <version>6.40_2 pkg v1.3</version>
<title>Diagnostics: NMap</title>
<savetext>Scan</savetext>
<preoutput>yes</preoutput>
@@ -122,4 +122,7 @@
<custom_php_validation_command>
nmap_custom_php_validation_command($_POST, $input_errors);
</custom_php_validation_command>
+ <custom_php_install_command>
+ nmap_install();
+ </custom_php_install_command>
</packagegui>