Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40197
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
$(TARGET_LDFLAGS) \
-lpthread
endef
-
+
define Package/smtptrapd/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/smtptrapd.init $(1)/etc/init.d/smtptrapd