]> git.pld-linux.org Git - packages/msmtp.git/commitdiff
- updated for 1.4.7
authorKarol Krenski <charles@pld-linux.org>
Mon, 21 Aug 2006 12:49:45 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    msmtp-home_etc.patch -> 1.7

msmtp-home_etc.patch

index f42cb47d39e991fcbe3cf3b2f7a7b3a84a6b8ec0..0bcc2f1f9ac5f4d06b93f161cc8c538bcbb0f29f 100644 (file)
@@ -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;
      
This page took 0.105951 seconds and 4 git commands to generate.