From: Oyvind Repvik Date: Wed, 10 Aug 2005 01:25:07 +0000 (+0000) Subject: Fix priority on ssmtp sendmail symlink X-Git-Tag: Release-2010-05/1~9453^2~3920^2~21^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012c6562a0ae58009da7dc2d6307d39099efa1e8;p=openembedded.git Fix priority on ssmtp sendmail symlink --- 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 () {