diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-01-07 21:52:36 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-01-07 21:52:36 +0000 |
commit | 425f0a71e2ff77f5d0c27274b79682a7031180bf (patch) | |
tree | eca978e3491bab641448cd9db7815609e361cacc /fetchmail.man | |
parent | 9c35855f27335242160126832a07e029e5b3d601 (diff) | |
download | fetchmail-425f0a71e2ff77f5d0c27274b79682a7031180bf.tar.gz fetchmail-425f0a71e2ff77f5d0c27274b79682a7031180bf.tar.bz2 fetchmail-425f0a71e2ff77f5d0c27274b79682a7031180bf.zip |
Clarify section on FETCHMAILHOME and HOME_ETC.
svn path=/branches/BRANCH_6-3/; revision=4612
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/fetchmail.man b/fetchmail.man index 6cbb0be0..3f6ae0e0 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -2421,14 +2421,16 @@ session ID (this elaborate logic is designed to handle the case of multiple names per userid gracefully). If the environment variable FETCHMAILHOME is set to a valid and -existing directory name, the .fetchmailrc and .fetchids and -\&.fetchmail.pid files are put there instead of in the invoking user's -home directory (and lose the leading dots on their names). The -\&.netrc file is looked for in the the invoking user's home directory -regardless of FETCHMAILHOME's setting. - -If the HOME_ETC variable is set, file $HOME_ETC/.fetchmailrc is used -instead of ~/.fetchmailrc. +existing directory name, fetchmail will read $FETCHMAILHOME/fetchmailrc +(the dot is missing in this case), $FETCHMAILHOME/.fetchids and +$FETCHMAILHOME/.fetchmail.pid rather than from the user's home +directory. The .netrc file is always looked for in the the invoking +user's home directory regardless of FETCHMAILHOME's setting. + +If the HOME_ETC variable is set, fetchmail will read +$HOME_ETC/.fetchmailrc instead of ~/.fetchmailrc. + +If HOME_ETC and FETCHMAILHOME are set, HOME_ETC will be ignored. .SH SIGNALS If a |