SOURCES: msmtp-home_etc.patch - updated for 1.4.7

charles charles at pld-linux.org
Mon Aug 21 14:49:50 CEST 2006


Author: charles                      Date: Mon Aug 21 12:49:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.4.7

---- Files affected:
SOURCES:
   msmtp-home_etc.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/msmtp-home_etc.patch
diff -u SOURCES/msmtp-home_etc.patch:1.6 SOURCES/msmtp-home_etc.patch:1.7
--- SOURCES/msmtp-home_etc.patch:1.6	Tue Sep 20 18:50:09 2005
+++ SOURCES/msmtp-home_etc.patch	Mon Aug 21 14:49:45 2006
@@ -1,17 +1,6 @@
---- msmtp-1.4.4/src/os_env.c.orig	2005-09-20 18:44:17.000000000 +0200
-+++ msmtp-1.4.4/src/os_env.c	2005-09-20 18:46:28.000000000 +0200
-@@ -257,7 +257,9 @@
-     
-     char *home;
-     
--    if ((home = getenv("HOME")))
-+    home = getenv("HOME_ETC");
-+    if (home == NULL) home = getenv("HOME");
-+    if (home != NULL)
-     {
- 	home = xstrdup(home);
-     }
-@@ -273,7 +275,9 @@
+--- msmtp-1.4.7/src/tools.c.orig	2006-07-04 08:38:27.000000000 +0200
++++ msmtp-1.4.7/src/tools.c	2006-08-21 14:46:04.764737250 +0200
+@@ -269,7 +269,9 @@
      char *home;
      struct passwd *pw;
      
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/msmtp-home_etc.patch?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list