packages: msmtp/msmtp-home_etc.patch - updated for 1.4.20
sls
sls at pld-linux.org
Fri May 7 19:16:57 CEST 2010
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
More information about the pld-cvs-commit
mailing list