aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ssmtp
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-08-10 01:25:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 01:25:07 +0000
commit012c6562a0ae58009da7dc2d6307d39099efa1e8 (patch)
tree5343cbb8ac29eeef548d824e3b7e034c050777fb /packages/ssmtp
parent54d185acd3d4d949c396b099e809e742f1402a6e (diff)
downloadopenembedded-012c6562a0ae58009da7dc2d6307d39099efa1e8.tar.gz
Fix priority on ssmtp sendmail symlink
Diffstat (limited to 'packages/ssmtp')
-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 () {