commit 32a3b3994a9f01036336085c73c7f93b95713037
Author: Elan Ruusamäe <[email protected]>
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 @@ [email protected]
 [email protected]
 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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to