add confCF_VERSION to set local version info
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 05:53:41 +0000 (21:53 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 05:53:41 +0000 (21:53 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/README 8.63
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 8.6.12.5

usr/src/usr.sbin/sendmail/cf/README
usr/src/usr.sbin/sendmail/cf/m4/version.m4

index 0c309c9..25b02d0 100644 (file)
@@ -4,7 +4,7 @@
 
                Eric Allman <eric@CS.Berkeley.EDU>
 
 
                Eric Allman <eric@CS.Berkeley.EDU>
 
-               @(#)README      8.62 (Berkeley) %G%
+               @(#)README      8.63 (Berkeley) %G%
 
 
 This document describes the sendmail configuration files being used
 
 
 This document describes the sendmail configuration files being used
@@ -1221,6 +1221,8 @@ confDOMAIN_NAME           $j macro        If defined, sets $j.  This should
                                        and then it should be set to
                                        $w.Foo.COM, where Foo.COM is your
                                        domain name.
                                        and then it should be set to
                                        $w.Foo.COM, where Foo.COM is your
                                        domain name.
+confCF_VERSION         $Z macro        If defined, this is appended to the
+                                       configuration version name.
 confRECEIVED_HEADER    Received:
       [.$?_($?s$|from $.$_) $.by $j ($v/$Z)$?r with $r$. id $i$?u for $u$.; $b]
                                        The format of the Received: header
 confRECEIVED_HEADER    Received:
       [.$?_($?s$|from $.$_) $.by $j ($v/$Z)$?r with $r$. id $i$?u for $u$.; $b]
                                        The format of the Received: header
index deffeb9..10638d0 100644 (file)
@@ -10,4 +10,4 @@ VERSIONID(`@(#)version.m4     8.7.Beta (Berkeley) %G%')
 #
 divert(0)
 # Configuration version number
 #
 divert(0)
 # Configuration version number
-DZ8.7.Beta.2
+DZ8.7.Beta.3`'ifdef(`confCF_VERSION', `/confCF_VERSION')