[projects/pld-builder.new] use standard sendmail path, do not rely on postfix or sendmail installation path
glen
glen at pld-linux.org
Fri May 16 07:54:23 CEST 2014
commit 044d04b86e2a0df2509e3137957e94f7d22ac062
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
client/make-request.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/client/make-request.sh b/client/make-request.sh
index 6e39d01..156b749 100755
--- a/client/make-request.sh
+++ b/client/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/projects/pld-builder.new.git/commitdiff/044d04b86e2a0df2509e3137957e94f7d22ac062
More information about the pld-cvs-commit
mailing list