clean out the deadwood
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 20 Jan 1989 08:21:10 +0000 (00:21 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 20 Jan 1989 08:21:10 +0000 (00:21 -0800)
SCCS-vsn: usr.sbin/sendmail/READ_ME 4.2

usr/src/usr.sbin/sendmail/READ_ME

index 681794a..3fadf29 100644 (file)
@@ -1,64 +1,24 @@
-
-                       S E N D M A I L
-
-Presumably by the time you get to this READ_ME file, you will have
-already read the tape in, or will have received this distribution as
-part of 4.2bsd.  If you do not yet have the distribution online, read
-the tape in now -- you will need about one megabyte to hold the tape.
-
-The first thing you should look at is the documentation.  The two
-critical documents are "doc/intro.me" and "doc/op.me".  Read both
-of these before proceeding with your installation.  If you have read
-these before, you should still read through the second one again
-anyhow, since the installation procedures change occasionally.
-
-A brief tour:
-       FILES     A list of the files on the tape.
-       Makefile  A Makefile that will do a vanilla install for you.
-       adb       A set of adb(1) scripts for printing out certain
-                 sendmail data structures.
-       adm       Administrativia.
-       aux       Files that represent programs that are not really
-                 "part" of sendmail, or old versions of some files
-                 in src for use by people on other system types.
-       cf        The configuration files for Berkeley, plus a few
-                 prototype configurations for basic installation
-                 types.
-       doc       The documentation.
-       include   The include files used by more than just the sendmail
-                 program itself.
-       lib       Library routines used by sendmail, but not really
-                 "part" of sendmail itself; these might be candidates
-                 for libc.a.
-       md        Some m4 files used to isolate machine dependencies.
-       src       The source for the sendmail program itself.
-       test      Some files used for testing -- mostly these are
-                 shell files intended as the targets for aliasing.
-
-The following are the known major problems and their Problem Report
-number:
-
-012, 043       Names of files and programs cannot have upper case letters
-               in them -- these get mapped to lower case due to the
-               case mapping feature.
-178            Because of the different syntaxes used in envelopes versus
-               headers, we will occasionally allow syntactically incorrect
-               headers go out.
-226            Quote interpretation may be incorrect -- this is not well
-               defined in the protocols.
-
-Due to my present circumstances, I am unable to provide a formal
-level of support for this system.  However, I will make whatever
-attempt I can to answer a reasonable number of questions.  Since
-the company I am working for is not working in this area, and has
-indulged me tremendously in letting me work on this at all, I regret
-that I am unable to accept phone calls.  I can be contacted as:
-
-               OLD                     NEW
-    Arpanet:   eric@Berkeley           eric@Berkeley.ARPA
-    UUCP:      ucbvax!eric             eric@ucbvax.UUCP
-
-Eric Allman
-Britton-Lee, Inc.
-
-@(#)READ_ME    4.1             %G%
+/*
+ * Copyright (c) 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ *     @(#)READ_ME     4.2 (Berkeley) %G%
+ */
+
+Makefile       A Makefile that will do a vanilla install for you.
+aux            Auxiliary programs for sendmail like rmail and binmail.
+cf             Configuration files.
+doc            Documentation.
+src            The source for the sendmail program itself.