emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109516: Refill comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109516: Refill comment
Date: Wed, 08 Aug 2012 09:03:04 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109516
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-08 09:03:04 -0700
message:
  Refill comment
modified:
  lib-src/movemail.c
=== modified file 'lib-src/movemail.c'
--- a/lib-src/movemail.c        2012-08-08 16:01:28 +0000
+++ b/lib-src/movemail.c        2012-08-08 16:03:04 +0000
@@ -290,14 +290,13 @@
         On systems that use a lock file, extracting the mail without locking
         WILL occasionally cause loss of mail due to timing errors!
 
-        So, if creation of the lock file fails
-        due to access permission on the mail spool directory,
-        you simply MUST change the permission
-        and/or make movemail a setgid program
+        So, if creation of the lock file fails 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.
 
-        You might also wish to verify that your system is one
-        which uses lock files for this purpose.  Some systems use other 
methods.
+        You might also wish to verify that your system is one which
+        uses lock files for this purpose.  Some systems use other methods.
 
         If your system uses the `flock' system call for mail locking,
         define MAIL_USE_SYSTEM_LOCK in config.h and recompile movemail.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]