]> git.pld-linux.org Git - packages/msmtp.git/commitdiff
- updated for 1.4.20 auto/ti/msmtp-1_4_20-1
authorSzymon Siwek <sls@pld-linux.org>
Fri, 7 May 2010 17:16:52 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    msmtp-home_etc.patch -> 1.8

msmtp-home_etc.patch

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