diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-16 20:52:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-16 20:52:45 +0000 |
commit | c6cead5dfe1080eabac232527e31f3f3a6de325e (patch) | |
tree | e72ca4fc4637e94a7a174e64ad46715d887ffb11 /fetchmail.man | |
parent | 16b211992e97fcfbadb7224c8dd84b3e62bb4518 (diff) | |
download | fetchmail-c6cead5dfe1080eabac232527e31f3f3a6de325e.tar.gz fetchmail-c6cead5dfe1080eabac232527e31f3f3a6de325e.tar.bz2 fetchmail-c6cead5dfe1080eabac232527e31f3f3a6de325e.zip |
Autoconfigure correctly for SunOS boxes.
svn path=/trunk/; revision=1355
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 28f4b63e..28275407 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1313,7 +1313,10 @@ passwords as a last resort before prompting for one interactively. lock file to help prevent concurrent runs (non-root mode). .TP 5 /var/run/fetchmail.pid -lock file to help prevent concurrent runs (root mode). +lock file to help prevent concurrent runs (root mode, Linux systems). +.TP 5 +/etc/fetchmail.pid +lock file to help prevent concurrent runs (root mode, systems without /var/run). .SH ENVIRONMENT For correct initialization, |