Fix priority on ssmtp sendmail symlink
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 10 Aug 2005 01:25:07 +0000 (01:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 10 Aug 2005 01:25:07 +0000 (01:25 +0000)
packages/ssmtp/ssmtp_2.61.bb

index 680729b..ddf7d13 100644 (file)
@@ -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 () {