summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index b33f492ef..40c728ca1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -48,12 +48,13 @@ configure and install the Mailman software.
already been made for you.
Make sure this directory is set to group `mailman' and has the
- group sticky bit set. For example, these shell commands will
- accomplish this:
+ group sticky bit set. You probably also want to guarantee that
+ this directory is read and executeable by everyone. For example,
+ these shell commands will accomplish this:
% cd $prefix
% chgrp mailman .
- % chmod g+s .
+ % chmod a+rx,g+s .
You are now ready to configure and install the Mailman software.