From ca720678131d28bf251df433bb0f9441494570a8 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 21 Aug 1993 22:14:54 -0800 Subject: [PATCH 1/1] add comments giving a clue as to what these are 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 | 12 +++++++++++- usr/src/usr.sbin/sendmail/cf/cf/uucpproto.mc | 11 ++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/cf/cf/tcpproto.mc b/usr/src/usr.sbin/sendmail/cf/cf/tcpproto.mc index d20bd283a1..6d8e06a970 100644 --- a/usr/src/usr.sbin/sendmail/cf/cf/tcpproto.mc +++ b/usr/src/usr.sbin/sendmail/cf/cf/tcpproto.mc @@ -7,8 +7,18 @@ divert(-1) # %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') -VERSIONID(`@(#)tcpproto.mc 8.1 (Berkeley) %G%') +VERSIONID(`@(#)tcpproto.mc 8.2 (Berkeley) %G%') + FEATURE(nouucp) + MAILER(local) MAILER(smtp) diff --git a/usr/src/usr.sbin/sendmail/cf/cf/uucpproto.mc b/usr/src/usr.sbin/sendmail/cf/cf/uucpproto.mc index d8806689f3..254c7d25db 100644 --- a/usr/src/usr.sbin/sendmail/cf/cf/uucpproto.mc +++ b/usr/src/usr.sbin/sendmail/cf/cf/uucpproto.mc @@ -7,8 +7,17 @@ divert(-1) # %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') -VERSIONID(`@(#)uucpproto.mc 8.2 (Berkeley) %G%') +VERSIONID(`@(#)uucpproto.mc 8.3 (Berkeley) %G%') + FEATURE(nodns)dnl + MAILER(local)dnl MAILER(uucp)dnl -- 2.20.1