X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=mail%2Fnullmailer%2FMakefile;fp=mail%2Fnullmailer%2FMakefile;h=15f9b5f75e6e040bbdab02170aca2d8c85ef89dd;hb=d063a0f5e2fd8f5b7375fb6498b264a45a4b5b8b;hp=565d95455970e53245378aacb7a0b46b30b5c790;hpb=6bb943088b95e1a3bd08a3e16f29e821d28fa534;p=packages.git diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 565d95455..15f9b5f75 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