summaryrefslogtreecommitdiff
path: root/packages/ssmtp/ssmtp_2.61.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-08-14 09:09:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-14 09:09:47 +0000
commit4458e8ecee81944fdacb936f168f4f3893c214ff (patch)
tree130790663ded7ec1a44d1739cfc94430f8bf7846 /packages/ssmtp/ssmtp_2.61.bb
parent3de3e7849c4a001a118f8b8fe3427e734810a3a9 (diff)
parentbcce60ff2cd34728d390d8f8ef55f55f456747c0 (diff)
merge of 3d6e44c78353ac8e4806b7a4d5b0cc3e8cc80be1
and 70d32a50f2a94ca8fcd33396bcedb441034b9e20
Diffstat (limited to 'packages/ssmtp/ssmtp_2.61.bb')
-rw-r--r--packages/ssmtp/ssmtp_2.61.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb
index ddf7d13d19..71a2ef7786 100644
--- a/packages/ssmtp/ssmtp_2.61.bb
+++ b/packages/ssmtp/ssmtp_2.61.bb
@@ -2,7 +2,7 @@ SECTION = "console/network"
DEPENDS = "openssl"
DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub."
-PR = "r3"
+PR = "r4"
SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ldflags.patch;patch=1 \
@@ -11,7 +11,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ssmtp.conf"
S = "${WORKDIR}/${PN}-2.61"
LICENSE = "GPL"
-CONFFILE = "${sysconfdir}/ssmtp/ssmtp.conf"
+#CONFFILES = "${sysconfdir}/ssmtp/ssmtp.conf ${sysconfdir}/ssmtp/revaliases"
inherit autotools
EXTRA_OECONF = "--enable-ssl"
@@ -28,7 +28,7 @@ do_install () {
}
pkg_postinst () {
- update-alternatives --install ${sbindir}/sendmail sendmail ${bindir}/ssmtp 90
+ update-alternatives --install ${sbindir}/sendmail sendmail ${bindir}/ssmtp 30
}
pkg_postrm () {