From 1b3e01f2245a027da8f89fbacfa33f4b9a6d7a98 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:21 +0000 Subject: [PATCH] packages/smtptrapd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40197 --- net/smtptrapd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/smtptrapd/Makefile b/net/smtptrapd/Makefile index 5cfd700971..c2182ac3fb 100644 --- a/net/smtptrapd/Makefile +++ b/net/smtptrapd/Makefile @@ -26,8 +26,8 @@ define Package/smtptrapd endef define Package/smtptrapd/description - The smtptrapd program is a multi-threaded daemon that provides - a RFC 2821 compliant SMTP service that always returns a 4xx soft + The smtptrapd program is a multi-threaded daemon that provides + a RFC 2821 compliant SMTP service that always returns a 4xx soft error to the RCPT TO verb. endef @@ -41,7 +41,7 @@ define Build/Compile $(TARGET_LDFLAGS) \ -lpthread endef - + define Package/smtptrapd/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/smtptrapd.init $(1)/etc/init.d/smtptrapd -- 2.30.2