From: jow Date: Sat, 4 Feb 2012 18:54:42 +0000 (+0000) Subject: [packages_10.03.2] nullmailer: merge r29199 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=96945fd8f7ebdaa05e97443914f6d4b5fd833b1d;p=10.03%2Fpackages.git [packages_10.03.2] nullmailer: merge r29199 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30069 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 565d954..15f9b5f 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -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