From 0022774d5bfde3101ed7d13d03b126b4c87ba635 Mon Sep 17 00:00:00 2001 From: agb Date: Tue, 3 Feb 2009 05:45:25 +0000 Subject: [PATCH] [packages] mail/msmtp: mark /etc/msmtprc as a conffile git-svn-id: svn://svn.openwrt.org/openwrt/packages@14381 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- mail/msmtp/Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 7ffed387e..b9364d493 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp PKG_VERSION:=1.4.17 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/msmtp @@ -26,6 +26,10 @@ define Package/msmtp/Default URL:=http://msmtp.sourceforge.net/ endef +define Package/msmtp/Default/conffiles +/etc/msmtprc +endef + define Package/msmtp/Default/description msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the @@ -40,6 +44,10 @@ $(call Package/msmtp/Default) TITLE+= (with SSL support) endef +define Package/msmtp/conffiles +$(call Package/msmtp/Default/conffiles) +endef + define Package/msmtp/description $(call Package/msmtp/Default/description) This package is built with SSL support. @@ -50,6 +58,10 @@ $(call Package/msmtp/Default) TITLE+= (without SSL support) endef +define Package/msmtp-nossl/conffiles +$(call Package/msmtp/Default/conffiles) +endef + define Package/msmtp-nossl/description $(call Package/msmtp/Default/description) This package is built without SSL support. -- 2.11.0