From: Gabor Juhos Date: Thu, 27 Mar 2014 07:04:41 +0000 (+0000) Subject: packages/scanlogd: fix whitespaces X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4e8bb181697e2bcfb4af24fa39d5c12d7a873231;p=openwrt%2Fsvn-archive%2Farchive.git packages/scanlogd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40156 --- diff --git a/net/scanlogd/Makefile b/net/scanlogd/Makefile index 6b7305e6d7..1d13853023 100644 --- a/net/scanlogd/Makefile +++ b/net/scanlogd/Makefile @@ -31,19 +31,19 @@ define Package/scanlogd endef define Package/scanlogd/description - Scanlogd is a TCP port scan detection tool, originally designed + Scanlogd is a TCP port scan detection tool, originally designed to illustrate various attacks an IDS developer has to deal with. - Thus, unlike some of the other port scan detection tools out there, + Thus, unlike some of the other port scan detection tools out there, scanlogd is designed to be totally safe to use. endef -define Build/Configure +define Build/Configure $(SED) 's,^#define \(SCANLOGD_CHROOT\).*,#define \1 "/var/run/scanlogd",' \ -e 's,^#undef \(SCANLOGD_DEVICE\),#define \1 "all",' \ $(PKG_BUILD_DIR)/params.h endef -define Build/Compile +define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CC="$(TARGET_CC)" LD="$(TARGET_CC)" CFLAGS="-c $(TARGET_CFLAGS)" \ @@ -54,7 +54,7 @@ define Build/Compile libnids endef -define Package/scanlogd/install +define Package/scanlogd/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/init.d