From: juhosg Date: Thu, 27 Mar 2014 07:05:21 +0000 (+0000) Subject: packages/smtptrapd: fix whitespaces X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ad50caca140ddaf3f2cb168b3b7af75ec9d1b6c9;p=packages.git packages/smtptrapd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40197 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/smtptrapd/Makefile b/net/smtptrapd/Makefile index 5cfd70097..c2182ac3f 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