summaryrefslogtreecommitdiff
path: root/system/ssmtp
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-09-20 01:28:03 +0200
committerMax Rees <maxcrees@me.com>2019-09-28 13:27:50 -0500
commit48545ebadf2369ca84622698234df68b8b36dba6 (patch)
treeb237d6222e5beb8049ffd77850037281edbde353 /system/ssmtp
parenta53244f05ed3c6d7e39d40cd04d084333ae39aa1 (diff)
downloadpackages-48545ebadf2369ca84622698234df68b8b36dba6.tar.gz
packages-48545ebadf2369ca84622698234df68b8b36dba6.tar.bz2
packages-48545ebadf2369ca84622698234df68b8b36dba6.tar.xz
packages-48545ebadf2369ca84622698234df68b8b36dba6.zip
Prefer ssmtp over netqmail and postfix for cmd:sendmail
This is required to automatically build fcron.
Diffstat (limited to 'system/ssmtp')
-rw-r--r--system/ssmtp/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD
index 64d2ae710..4d77bb213 100644
--- a/system/ssmtp/APKBUILD
+++ b/system/ssmtp/APKBUILD
@@ -9,6 +9,7 @@ arch="all"
options="!check"
license="GPL-2.0+"
provides=/usr/sbin/sendmail
+provider_priority=10
depends=
makedepends="openssl-dev autoconf"
subpackages="$pkgname-doc"