[package] nmap: Add nmap-os-db to package.

This patch adds nmap-os-db to the nmap package. Nmap cannot
identify OS's without it (actually it doesn't even try).

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20781 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-04-10 18:33:06 +00:00
parent 5840f27288
commit bc5a19a43b

View File

@ -47,7 +47,7 @@ define Package/nmap/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nmap $(1)/usr/bin/
$(INSTALL_DIR) $(1)/usr/share/nmap
for file in mac-prefixes os-fingerprints protocols rpc service-probes services; do \
for file in mac-prefixes os-db os-fingerprints protocols rpc service-probes services; do \
$(CP) $(PKG_INSTALL_DIR)/usr/share/nmap/nmap-$$$$file $(1)/usr/share/nmap/ ; \
done
endef