packages/smtptrapd: 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@40197 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
70a624229a
commit
ad50caca14
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user