diff options
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/cf/README | 2 | ||||
-rw-r--r-- | usr.sbin/sendmail/cf/cf/freefall.mc | 2 | ||||
-rw-r--r-- | usr.sbin/sendmail/contrib/bsdi.mc | 2 | ||||
-rwxr-xr-x | usr.sbin/sendmail/contrib/expn.pl | 2 | ||||
-rw-r--r-- | usr.sbin/sendmail/src/conf.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/sendmail/cf/README b/usr.sbin/sendmail/cf/README index e6e9ce9753660..6ff1b164266c5 100644 --- a/usr.sbin/sendmail/cf/README +++ b/usr.sbin/sendmail/cf/README @@ -1148,7 +1148,7 @@ Sam Leffler's FlexFAX software is still in beta test -- but he expects a public version out "later this week" [as of 3/1/93]. The following blurb is direct from Sam: - $Header: /pub/FreeBSD/FreeBSD-CVS/src/usr.sbin/sendmail/cf/README,v 1.1.1.1.6.1 1996/03/25 06:52:39 peter Exp $ + $Header: /home/ncvs/src/usr.sbin/sendmail/cf/README,v 1.1.1.1.6.2 1996/06/05 02:57:57 jkh Exp $ How To Obtain This Software (in case all you get is this file) -------------------------------------------------------------- diff --git a/usr.sbin/sendmail/cf/cf/freefall.mc b/usr.sbin/sendmail/cf/cf/freefall.mc index d612d3f79daac..191789eb1c567 100644 --- a/usr.sbin/sendmail/cf/cf/freefall.mc +++ b/usr.sbin/sendmail/cf/cf/freefall.mc @@ -33,7 +33,7 @@ divert(-1) # SUCH DAMAGE. # -VERSIONID(`@(#)freefall.mc $Revision: 1.1.6.1 $') +VERSIONID(`@(#)freefall.mc $Revision: 1.1.6.2 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl diff --git a/usr.sbin/sendmail/contrib/bsdi.mc b/usr.sbin/sendmail/contrib/bsdi.mc index 231a7bc77ac67..74ea52cea4c88 100644 --- a/usr.sbin/sendmail/contrib/bsdi.mc +++ b/usr.sbin/sendmail/contrib/bsdi.mc @@ -35,7 +35,7 @@ and examples describing most of the common things people need to setup. # See /usr/share/sendmail/README for help in building a configuration file. # include(`../m4/cf.m4') -VERSIONID(`@(#)$Id$') +VERSIONID(`@(#)$Id: bsdi.mc,v 1.1.1.1 1995/12/02 17:30:06 peter Exp $') dnl # Specify your OS type below OSTYPE(`bsd4.4') diff --git a/usr.sbin/sendmail/contrib/expn.pl b/usr.sbin/sendmail/contrib/expn.pl index 4920b86f94471..24c861f0ef8b8 100755 --- a/usr.sbin/sendmail/contrib/expn.pl +++ b/usr.sbin/sendmail/contrib/expn.pl @@ -13,7 +13,7 @@ $sockaddr = 'S n a4 x8'; # system requirements: # must have 'nslookup' and 'hostname' programs. -# $Header: /pub/FreeBSD/FreeBSD-CVS/src/usr.sbin/sendmail/contrib/expn.pl,v 1.1.1.1.6.1 1996/03/25 06:53:28 peter Exp $ +# $Header: /home/ncvs/src/usr.sbin/sendmail/contrib/expn.pl,v 1.1.1.1.6.2 1996/06/05 02:58:03 jkh Exp $ # TODO: # less magic should apply to command-line addresses diff --git a/usr.sbin/sendmail/src/conf.c b/usr.sbin/sendmail/src/conf.c index 5a7e8e0ce9baf..b12132ff34515 100644 --- a/usr.sbin/sendmail/src/conf.c +++ b/usr.sbin/sendmail/src/conf.c @@ -1558,7 +1558,7 @@ getla() /* Non Apollo stuff removed by Don Lewis 11/15/93 */ #ifndef lint -static char rcsid[] = "@(#)$Id: conf.c,v 1.11 1995/12/15 13:31:48 peter Exp $"; +static char rcsid[] = "@(#)$Id: conf.c,v 1.7.4.1 1996/03/25 06:54:06 peter Exp $"; #endif /* !lint */ #ifdef apollo |