From: florian Date: Sat, 10 Apr 2010 18:33:06 +0000 (+0000) Subject: [package] nmap: Add nmap-os-db to package. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bc5a19a43b683a41bf0faec4e78e383d03791e67;p=packages.git [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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@20781 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nmap/Makefile b/net/nmap/Makefile index fde824e63..d4a866b20 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -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