diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 16:29:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 16:29:48 +0000 |
commit | c6b4dbedd38c01badc0533c4286ec3ae87fe1885 (patch) | |
tree | 7dc6831457000b74d1efba424ee31a7975e72321 /fetchmail.man | |
parent | 0c4534a4c91e2e082dcfa2567a24bad4e50edcf6 (diff) | |
download | fetchmail-c6b4dbedd38c01badc0533c4286ec3ae87fe1885.tar.gz fetchmail-c6b4dbedd38c01badc0533c4286ec3ae87fe1885.tar.bz2 fetchmail-c6b4dbedd38c01badc0533c4286ec3ae87fe1885.zip |
Document new environment logic.
svn path=/trunk/; revision=2453
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fetchmail.man b/fetchmail.man index 601e9511..2e860624 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1760,11 +1760,12 @@ lock file to help prevent concurrent runs (root mode, Linux systems). lock file to help prevent concurrent runs (root mode, systems without /var/run). .SH ENVIRONMENT -For correct initialization, -.I fetchmail -requires either that \fBgetpwuid\fR(3) be able to retrieve a password -entry from your user ID, or that either the LOGNAME or USER and the -HOME environment variables are correctly set. +If either the LOGNAME or USER and the variable is correctly set +(e.g. the corresponding UID matches the session user ID) then that +name is used as the default local name. Otherwise \fBgetpwuid\fR(3) +mudst be able to retrieve a password entry for the session ID (this +elaborate logic is designed to handle the case of multiple names per +userid gracefully). .SH SIGNALS If a |