[packages_10.03.2] nullmailer: merge r29199
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 18:54:42 +0000 (18:54 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 18:54:42 +0000 (18:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30069 3c298f89-4303-0410-b956-a3cf2f4a3e73

mail/nullmailer/Makefile

index 565d954..15f9b5f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2010 OpenWrt.org
+# Copyright (C) 2007-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nullmailer
 PKG_VERSION:=1.05
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://untroubled.org/nullmailer/
@@ -47,6 +47,10 @@ define Package/nullmailer/install
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/protocols/smtp $(1)/usr/lib/nullmailer/
 endef
 
+define Package/nullmailer/conffiles
+/etc/nullmailer/remotes
+endef
+
 define Package/nullmailer/postinst
        ln -sf ../sbin/sendmail $${IPKG_INSTROOT}/usr/lib/sendmail
        ln -sf nullmailer-sendmail $${IPKG_INSTROOT}/usr/sbin/sendmail