[packages] mail/msmtp: mark /etc/msmtprc as a conffile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14381 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0d6526e688
commit
0022774d5b
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=msmtp
|
PKG_NAME:=msmtp
|
||||||
PKG_VERSION:=1.4.17
|
PKG_VERSION:=1.4.17
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/msmtp
|
PKG_SOURCE_URL:=@SF/msmtp
|
||||||
@ -26,6 +26,10 @@ define Package/msmtp/Default
|
|||||||
URL:=http://msmtp.sourceforge.net/
|
URL:=http://msmtp.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/msmtp/Default/conffiles
|
||||||
|
/etc/msmtprc
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/msmtp/Default/description
|
define Package/msmtp/Default/description
|
||||||
msmtp is an SMTP client. In the default mode, it transmits a mail to
|
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
|
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)
|
TITLE+= (with SSL support)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/msmtp/conffiles
|
||||||
|
$(call Package/msmtp/Default/conffiles)
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/msmtp/description
|
define Package/msmtp/description
|
||||||
$(call Package/msmtp/Default/description)
|
$(call Package/msmtp/Default/description)
|
||||||
This package is built with SSL support.
|
This package is built with SSL support.
|
||||||
@ -50,6 +58,10 @@ $(call Package/msmtp/Default)
|
|||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/msmtp-nossl/conffiles
|
||||||
|
$(call Package/msmtp/Default/conffiles)
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/msmtp-nossl/description
|
define Package/msmtp-nossl/description
|
||||||
$(call Package/msmtp/Default/description)
|
$(call Package/msmtp/Default/description)
|
||||||
This package is built without SSL support.
|
This package is built without SSL support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user