]> git.pld-linux.org Git - packages/fetchmail.git/blame - fetchmail-home_etc.patch
- added macros in /etc/logrotate.d
[packages/fetchmail.git] / fetchmail-home_etc.patch
CommitLineData
28530bf4 1diff -Nru fetchmail-6.2.5.orig/env.c fetchmail-6.2.5/env.c
2--- fetchmail-6.2.5.orig/env.c Thu Jul 17 03:03:20 2003
3+++ fetchmail-6.2.5/env.c Mon Nov 3 07:51:10 2003
4@@ -107,6 +107,8 @@
5 }
6
7 /* compute user's home directory */
8+ home = getenv("HOME_ETC");
9+ if (!home)
10 if (!(home = getenv("HOME")))
11 home = pwp->pw_dir;
12
13diff -Nru fetchmail-6.2.5.orig/fetchmail.man fetchmail-6.2.5/fetchmail.man
14--- fetchmail-6.2.5.orig/fetchmail.man Wed Oct 15 21:22:31 2003
15+++ fetchmail-6.2.5/fetchmail.man Mon Nov 3 07:57:46 2003
16@@ -2167,6 +2167,9 @@
17 \&.netrc file is looked for in the the invoking user's home directory
18 regardless of FETCHMAILHOME's setting.
19
20+If the HOME_ETC variable is set, file $HOME_ETC/.fetchmailrc is used
21+instead of ~/.fetchmailrc.
22+
23 .SH SIGNALS
24 If a
25 .I fetchmail
This page took 0.076885 seconds and 4 git commands to generate.