add comments giving a clue as to what these are
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 22 Aug 1993 06:14:54 +0000 (22:14 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 22 Aug 1993 06:14:54 +0000 (22:14 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/cf/tcpproto.mc 8.2
SCCS-vsn: usr.sbin/sendmail/cf/cf/uucpproto.mc 8.3

usr/src/usr.sbin/sendmail/cf/cf/tcpproto.mc
usr/src/usr.sbin/sendmail/cf/cf/uucpproto.mc

index d20bd28..6d8e06a 100644 (file)
@@ -7,8 +7,18 @@ divert(-1)
 # %sccs.include.redist.sh%
 #
 
 # %sccs.include.redist.sh%
 #
 
+#
+#  This is the prototype file for a configuration that supports nothing
+#  but basic SMTP connections via TCP.
+#
+#  You may want to add an OSTYPE macro to get the location of various
+#  support files for your operating system environment.
+#
+
 include(`../m4/cf.m4')
 include(`../m4/cf.m4')
-VERSIONID(`@(#)tcpproto.mc     8.1 (Berkeley) %G%')
+VERSIONID(`@(#)tcpproto.mc     8.2 (Berkeley) %G%')
+
 FEATURE(nouucp)
 FEATURE(nouucp)
+
 MAILER(local)
 MAILER(smtp)
 MAILER(local)
 MAILER(smtp)
index d880668..254c7d2 100644 (file)
@@ -7,8 +7,17 @@ divert(-1)
 # %sccs.include.redist.sh%
 #
 
 # %sccs.include.redist.sh%
 #
 
+#
+#  This is the prototype for a configuration that only supports UUCP.
+#
+#  You may want to add an OSTYPE macro to get the location of various
+#  support files for your operating system environment.
+#
+
 include(`../m4/cf.m4')
 include(`../m4/cf.m4')
-VERSIONID(`@(#)uucpproto.mc    8.2 (Berkeley) %G%')
+VERSIONID(`@(#)uucpproto.mc    8.3 (Berkeley) %G%')
+
 FEATURE(nodns)dnl
 FEATURE(nodns)dnl
+
 MAILER(local)dnl
 MAILER(uucp)dnl
 MAILER(local)dnl
 MAILER(uucp)dnl