commit 044d04b86e2a0df2509e3137957e94f7d22ac062
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

 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 @@ [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/projects/pld-builder.new.git/commitdiff/044d04b86e2a0df2509e3137957e94f7d22ac062

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

Reply via email to