aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-18 00:05:14 +0000
committerRichard M. Stallman1995-07-18 00:05:14 +0000
commitf7f8635da500744dc907b9ba21f66a862d1876e0 (patch)
treee67371bdf411621d3684a6973a0df44c4f3b15a6 /lib-src
parentf32538544fea18f0afbc192487b39f4c40df08c7 (diff)
downloademacs-f7f8635da500744dc907b9ba21f66a862d1876e0.tar.gz
emacs-f7f8635da500744dc907b9ba21f66a862d1876e0.zip
Comment change.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c4
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)
197 197
198#ifndef MAIL_USE_MMDF 198#ifndef MAIL_USE_MMDF
199#ifndef MAIL_USE_SYSTEM_LOCK 199#ifndef MAIL_USE_SYSTEM_LOCK
200 /* Use a lock file named /usr/spool/mail/$USER.lock: 200 /* Use a lock file named after our first argument with .lock appended:
201 If it exists, the mail file is locked. */ 201 If it exists, the mail file is locked. */
202 /* Note: this locking mechanism is *required* by the mailer 202 /* Note: this locking mechanism is *required* by the mailer
203 (on systems which use it) to prevent loss of mail. 203 (on systems which use it) to prevent loss of mail.
@@ -206,7 +206,7 @@ main (argc, argv)
206 WILL occasionally cause loss of mail due to timing errors! 206 WILL occasionally cause loss of mail due to timing errors!
207 207
208 So, if creation of the lock file fails 208 So, if creation of the lock file fails
209 due to access permission on /usr/spool/mail, 209 due to access permission on the mail spool directory,
210 you simply MUST change the permission 210 you simply MUST change the permission
211 and/or make movemail a setgid program 211 and/or make movemail a setgid program
212 so it can create lock files properly. 212 so it can create lock files properly.