summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-08-09 18:30:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-09 18:30:46 +0000
commitdd4362cf4877505ee55f8fdc800cc5f410a66a11 (patch)
tree5343cbb8ac29eeef548d824e3b7e034c050777fb
parent4c701704d029a1de8698a481c2de814ed4ecb252 (diff)
parent012c6562a0ae58009da7dc2d6307d39099efa1e8 (diff)
merge of 454b45d15e13c588f56710d40bad974b84f2d8ce
and 69b3134a4a162cdd3e926b6229c0b8bcd01062f9
-rw-r--r--packages/ssmtp/ssmtp_2.61.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb
index 680729bca3..ddf7d13d19 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 = "r2"
+PR = "r3"
SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ldflags.patch;patch=1 \
@@ -28,7 +28,7 @@ do_install () {
}
pkg_postinst () {
- update-alternatives --install ${sbindir}/sendmail sendmail ${bindir}/ssmtp
+ update-alternatives --install ${sbindir}/sendmail sendmail ${bindir}/ssmtp 90
}
pkg_postrm () {