From bc5a19a43b683a41bf0faec4e78e383d03791e67 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 10 Apr 2010 18:33:06 +0000 Subject: [PATCH] [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 --- net/nmap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0