]> git.pld-linux.org Git - packages/msmtp.git/blob - msmtp-home_etc.patch
- fixed home_etc patch by Jan Kanty Palus <atler@o2.pl>
[packages/msmtp.git] / msmtp-home_etc.patch
1 --- msmtp-1.2.4/src/paths.c.orig        2004-12-29 16:47:28.728920536 +0100
2 +++ msmtp-1.2.4/src/paths.c     2004-12-29 16:48:06.604162624 +0100
3 @@ -138,6 +138,8 @@
4      char *home;
5      struct passwd *pw;
6      
7 +    home = getenv("HOME_ETC");
8 +    if (!home)
9      if (!(home = getenv("HOME")))
10      {
11         pw = getpwuid(getuid());
This page took 0.020746 seconds and 3 git commands to generate.