SPECS: fetchsrc_request - revert, was a mistake

saq saq at pld-linux.org
Sat Jun 18 22:01:27 CEST 2005


Author: saq                          Date: Sat Jun 18 20:01:27 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- revert, was a mistake

---- Files affected:
SPECS:
   fetchsrc_request (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/fetchsrc_request
diff -u SPECS/fetchsrc_request:1.12 SPECS/fetchsrc_request:1.13
--- SPECS/fetchsrc_request:1.12	Sat Jun 18 22:00:10 2005
+++ SPECS/fetchsrc_request	Sat Jun 18 22:01:22 2005
@@ -4,7 +4,6 @@
 # Sending via 
 VIA="SENDMAIL"
 #VIA="localhost"
-SENDMAIL=/usr/bin/msmtp
 VIA_ARGS=""
 #VIA_ARGS="some additional flags"
 #
@@ -16,7 +15,7 @@
 #LOGIN="djrzulf"
 #
 # HOST
-HOST=pld-linux.org
+HOST=`hostname -f`
 #HOST="knycz.net"
 #
 # functions
@@ -41,7 +40,7 @@
 fi
 
 if [ "$VIA" = "SENDMAIL" ]; then
-	cat <<EOF | $SENDMAIL -t $VIA_ARGS 
+	cat <<EOF | /usr/sbin/sendmail -t $VIA_ARGS 
 To: $DMAIL
 From: $LOGIN <$LOGIN@$HOST>
 Subject: fetchsrc_request notify 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fetchsrc_request?r1=1.12&r2=1.13&f=u




More information about the pld-cvs-commit mailing list