Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 318232e2a3f0 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
657 YOU CAN LOSE MAIL! | 657 YOU CAN LOSE MAIL! |
658 | 658 |
659 If your system uses the lock file protocol, and fascist restrictions | 659 If your system uses the lock file protocol, and fascist restrictions |
660 prevent ordinary users from writing the lock files in /usr/spool/mail, | 660 prevent ordinary users from writing the lock files in /usr/spool/mail, |
661 you may need to make `movemail' setgid to a suitable group such as | 661 you may need to make `movemail' setgid to a suitable group such as |
662 `mail'. You can use these commands (as root): | |
663 | |
664 chgrp mail movemail | |
665 chmod 2755 movemail | |
666 | |
667 If your system uses the lock file protocol, and fascist restrictions | |
668 prevent ordinary users from writing the lock files in /usr/spool/mail, | |
669 you may need to make `movemail' setgid to a suitable group such as | |
670 `mail'. To do this, use the following commands (as root) after doing | 662 `mail'. To do this, use the following commands (as root) after doing |
671 the make install. | 663 the make install. |
672 | 664 |
673 chgrp mail movemail | 665 chgrp mail movemail |
674 chmod 2755 movemail | 666 chmod 2755 movemail |