[packages/rpm-build-tools/merge-pld-builder-client: 2490/2675] use standard sendmail path, do not rely on postfix or sendmail installation path
glen
glen at pld-linux.org
Mon Dec 19 22:06:38 CET 2016
commit 32a3b3994a9f01036336085c73c7f93b95713037
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri May 16 08:54:00 2014 +0300
use standard sendmail path, do not rely on postfix or sendmail installation path
make-request.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index 6e39d01..156b749 100755
--- a/make-request.sh
+++ b/make-request.sh
@@ -40,7 +40,7 @@ requester=deviloper at pld-linux.org
default_key=deviloper at pld-linux.org
send_mode="$send_mode"
url="$url"
-mailer="/usr/sbin/sendmail -t"
+mailer="/usr/lib/sendmail -t"
gpg_opts=""
dist=th
url="http://src.th.pld-linux.org:1234/"
@@ -125,7 +125,7 @@ df_fetch() {
local specs="$@"
# Sending by
- local MAILER='/usr/sbin/sendmail'
+ local MAILER='/usr/lib/sendmail'
# MAILER='/usr/bin/msmtp'
# Sending via
local VIA="SENDMAIL"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd
More information about the pld-cvs-commit
mailing list