diff options
author | bwarsaw <> | 2004-12-13 06:08:39 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-12-13 06:08:39 +0000 |
commit | d5d2d51aa6e207a723ba774b0dc26c9c27848c9a (patch) | |
tree | 587c5c8fb3789741c385e554d8e79da655a606d0 /README.BSD | |
parent | b56ce0ac47891bb5535c8dd7836370a753e084e0 (diff) | |
download | mailman2-d5d2d51aa6e207a723ba774b0dc26c9c27848c9a.tar.gz mailman2-d5d2d51aa6e207a723ba774b0dc26c9c27848c9a.tar.xz mailman2-d5d2d51aa6e207a723ba774b0dc26c9c27848c9a.zip |
Moved the bulk of installation instructions, along with mail server and
operating system specific notes into a new latex manual. This process isn't
complete, but I'm tired and want to get this stuff into CVS asap. This should
provide much better documentation organization for Mailman 2.1.6 and for the
list.org web site.
Diffstat (limited to '')
-rw-r--r-- | README.BSD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/README.BSD b/README.BSD deleted file mode 100644 index f5b6a0eb..00000000 --- a/README.BSD +++ /dev/null @@ -1,27 +0,0 @@ -Mailman - The GNU Mailing List Management System -Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - -BSD ISSUES - -1. Vivek Khera writes that BSD does nightly security scans for setuid - file changes. Setgid directories also come up on the scan when - they change. He says that setgid bit is not necessary on BSD - systems because group ownership is automatically inherited on files - created in directories. On other Un*xes, this only happens when - the directory has the setgid bit turned on. - - To install without turning on the setgid bit on directories, simply - pass in the DIRSETGID variable to make, like so: - - % make DIRSETGID=: install - - This turns off the chmod g+s on each directory as they are - installed. - - - -Local Variables: -mode: text -indent-tabs-mode: nil -End: |