packages/scanlogd: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40156 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:04:41 +00:00
parent c0b68b618d
commit 37075a2deb

View File

@ -31,19 +31,19 @@ define Package/scanlogd
endef endef
define Package/scanlogd/description 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. 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. scanlogd is designed to be totally safe to use.
endef endef
define Build/Configure define Build/Configure
$(SED) 's,^#define \(SCANLOGD_CHROOT\).*,#define \1 "/var/run/scanlogd",' \ $(SED) 's,^#define \(SCANLOGD_CHROOT\).*,#define \1 "/var/run/scanlogd",' \
-e 's,^#undef \(SCANLOGD_DEVICE\),#define \1 "all",' \ -e 's,^#undef \(SCANLOGD_DEVICE\),#define \1 "all",' \
$(PKG_BUILD_DIR)/params.h $(PKG_BUILD_DIR)/params.h
endef endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CC="$(TARGET_CC)" LD="$(TARGET_CC)" CFLAGS="-c $(TARGET_CFLAGS)" \ CC="$(TARGET_CC)" LD="$(TARGET_CC)" CFLAGS="-c $(TARGET_CFLAGS)" \
@ -54,7 +54,7 @@ define Build/Compile
libnids libnids
endef endef
define Package/scanlogd/install define Package/scanlogd/install
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d