From 012c6562a0ae58009da7dc2d6307d39099efa1e8 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 10 Aug 2005 01:25:07 +0000 Subject: Fix priority on ssmtp sendmail symlink --- packages/ssmtp/ssmtp_2.61.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ssmtp') 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 () { -- cgit 1.2.3-korg