Author: sls                          Date: Fri May  7 17:16:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 1.4.20

---- Files affected:
packages/msmtp:
   msmtp-home_etc.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/msmtp/msmtp-home_etc.patch
diff -u packages/msmtp/msmtp-home_etc.patch:1.7 
packages/msmtp/msmtp-home_etc.patch:1.8
--- packages/msmtp/msmtp-home_etc.patch:1.7     Mon Aug 21 14:49:45 2006
+++ packages/msmtp/msmtp-home_etc.patch Fri May  7 19:16:52 2010
@@ -3,11 +3,11 @@
 @@ -269,7 +269,9 @@
      char *home;
      struct passwd *pw;
-     
+ 
 -    if ((home = getenv("HOME")))
 +    home = getenv("HOME_ETC");
 +    if (home == NULL) home = getenv("HOME");
 +    if (home != NULL)
      {
-       home = xstrdup(home);
+         home = xstrdup(home);
      }
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/msmtp/msmtp-home_etc.patch?r1=1.7&r2=1.8&f=u

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

Reply via email to