diff options
| author | bwarsaw | 1998-06-04 15:29:20 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-04 15:29:20 +0000 |
| commit | baf6d431612c3977e544b8e778c69e7671e7bdaf (patch) | |
| tree | 9f26930eb630509f302739946dc5d15f2de629be | |
| parent | 4d5cea9a6084f65cf96f8cee4aad164a2362dd32 (diff) | |
| download | mailman-baf6d431612c3977e544b8e778c69e7671e7bdaf.tar.gz mailman-baf6d431612c3977e544b8e778c69e7671e7bdaf.tar.zst mailman-baf6d431612c3977e544b8e778c69e7671e7bdaf.zip | |
| -rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |
