From: Eric Allman Date: Sun, 22 Aug 1993 06:14:54 +0000 (-0800) Subject: add comments giving a clue as to what these are X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~1900 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ca720678131d28bf251df433bb0f9441494570a8 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 --- 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