diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-18 00:05:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-18 00:05:14 +0000 |
commit | 17cdaa6eb90e8d676b1dbd0cb4fd44794170521a (patch) | |
tree | ce6167cdc721cf958ac828607a7d9c6145326b5e /lib-src | |
parent | 4e736a0498eb22e1d0f4955550fef956caf2abed (diff) | |
download | emacs-17cdaa6eb90e8d676b1dbd0cb4fd44794170521a.tar.gz |
Comment change.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/movemail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 252e9a923d3..83a9fed2acc 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -197,7 +197,7 @@ main (argc, argv) #ifndef MAIL_USE_MMDF #ifndef MAIL_USE_SYSTEM_LOCK - /* Use a lock file named /usr/spool/mail/$USER.lock: + /* Use a lock file named after our first argument with .lock appended: If it exists, the mail file is locked. */ /* Note: this locking mechanism is *required* by the mailer (on systems which use it) to prevent loss of mail. @@ -206,7 +206,7 @@ main (argc, argv) WILL occasionally cause loss of mail due to timing errors! So, if creation of the lock file fails - due to access permission on /usr/spool/mail, + due to access permission on the mail spool directory, you simply MUST change the permission and/or make movemail a setgid program so it can create lock files properly. |