summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1998-06-04 15:29:20 +0000
committerbwarsaw1998-06-04 15:29:20 +0000
commitbaf6d431612c3977e544b8e778c69e7671e7bdaf (patch)
tree9f26930eb630509f302739946dc5d15f2de629be
parent4d5cea9a6084f65cf96f8cee4aad164a2362dd32 (diff)
downloadmailman-baf6d431612c3977e544b8e778c69e7671e7bdaf.tar.gz
mailman-baf6d431612c3977e544b8e778c69e7671e7bdaf.tar.zst
mailman-baf6d431612c3977e544b8e778c69e7671e7bdaf.zip
-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.