diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
| commit | 1598515ece5ff1d40692c49b4a62801332aa8be1 (patch) | |
| tree | ad2cdc8d81a1a320072724c9959e53a092b6e5f2 /contrib/sendmail/src | |
| parent | 157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff) | |
Diffstat (limited to 'contrib/sendmail/src')
| -rw-r--r-- | contrib/sendmail/src/aliases.5 | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/conf.c | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/conf.h | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/err.c | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/headers.c | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/mailq.1 | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/mci.c | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/savemail.c | 2 | ||||
| -rw-r--r-- | contrib/sendmail/src/sendmail.8 | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/contrib/sendmail/src/aliases.5 b/contrib/sendmail/src/aliases.5 index 1910da50962e..137b5d58d68e 100644 --- a/contrib/sendmail/src/aliases.5 +++ b/contrib/sendmail/src/aliases.5 @@ -11,7 +11,7 @@ .\" .\" $Id: aliases.5,v 8.15.4.2 2000/12/14 23:08:15 gshapiro Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/sendmail/src/aliases.5,v 1.3.6.2 2001/02/01 00:54:47 gshapiro Exp $ .\" .TH ALIASES 5 "$Date: 2000/12/14 23:08:15 $" .SH NAME diff --git a/contrib/sendmail/src/conf.c b/contrib/sendmail/src/conf.c index ab082f87aad7..431710fb663a 100644 --- a/contrib/sendmail/src/conf.c +++ b/contrib/sendmail/src/conf.c @@ -15,7 +15,7 @@ static char id[] = "@(#)$Id: conf.c,v 8.646.2.2.2.69 2001/02/27 19:50:11 gshapiro Exp $"; #endif /* ! lint */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/sendmail/src/conf.c,v 1.5.2.4 2001/03/06 01:38:49 gshapiro Exp $ */ #include <sendmail.h> #include <sendmail/pathnames.h> diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h index 2b671e8ed72a..7ef837db786e 100644 --- a/contrib/sendmail/src/conf.h +++ b/contrib/sendmail/src/conf.h @@ -13,7 +13,7 @@ * $Id: conf.h,v 8.496.4.37 2001/02/12 21:40:16 gshapiro Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/sendmail/src/conf.h,v 1.6.2.4 2001/03/06 01:38:50 gshapiro Exp $ */ /* ** CONF.H -- All user-configurable parameters for sendmail diff --git a/contrib/sendmail/src/err.c b/contrib/sendmail/src/err.c index 8b65cf8bfdad..b47db3dbfbbc 100644 --- a/contrib/sendmail/src/err.c +++ b/contrib/sendmail/src/err.c @@ -15,7 +15,7 @@ static char id[] = "@(#)$Id: err.c,v 8.120.4.1 2000/05/25 18:56:15 gshapiro Exp $"; #endif /* ! lint */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/sendmail/src/err.c,v 1.3.6.1 2000/08/27 17:31:27 gshapiro Exp $ */ #include <sendmail.h> #ifdef LDAPMAP diff --git a/contrib/sendmail/src/headers.c b/contrib/sendmail/src/headers.c index a39caeacecfb..f683bc2c2758 100644 --- a/contrib/sendmail/src/headers.c +++ b/contrib/sendmail/src/headers.c @@ -15,7 +15,7 @@ static char id[] = "@(#)$Id: headers.c,v 8.203.4.12 2001/01/22 19:00:22 gshapiro Exp $"; #endif /* ! lint */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/sendmail/src/headers.c,v 1.4.2.4 2001/03/06 01:38:51 gshapiro Exp $ */ #include <sendmail.h> diff --git a/contrib/sendmail/src/mailq.1 b/contrib/sendmail/src/mailq.1 index 8a73342eb36e..c5cf5d397c05 100644 --- a/contrib/sendmail/src/mailq.1 +++ b/contrib/sendmail/src/mailq.1 @@ -11,7 +11,7 @@ .\" .\" $Id: mailq.1,v 8.14.28.3 2000/12/14 23:08:15 gshapiro Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/sendmail/src/mailq.1,v 1.3.6.4 2001/02/01 00:54:49 gshapiro Exp $ .\" .TH MAILQ 1 "$Date: 2000/12/14 23:08:15 $" .SH NAME diff --git a/contrib/sendmail/src/mci.c b/contrib/sendmail/src/mci.c index 92f338213385..f9fe0c8a4f23 100644 --- a/contrib/sendmail/src/mci.c +++ b/contrib/sendmail/src/mci.c @@ -15,7 +15,7 @@ static char id[] = "@(#)$Id: mci.c,v 8.133.10.7 2000/12/12 00:39:34 ca Exp $"; #endif /* ! lint */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/sendmail/src/mci.c,v 1.3.6.3 2001/02/27 21:08:11 gshapiro Exp $ */ #include <sendmail.h> diff --git a/contrib/sendmail/src/savemail.c b/contrib/sendmail/src/savemail.c index 2d52e5e21b44..61b29e467f56 100644 --- a/contrib/sendmail/src/savemail.c +++ b/contrib/sendmail/src/savemail.c @@ -15,7 +15,7 @@ static char id[] = "@(#)$Id: savemail.c,v 8.212.4.12 2001/01/07 19:31:05 gshapiro Exp $"; #endif /* ! lint */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/sendmail/src/savemail.c,v 1.4.2.4 2001/03/06 01:38:53 gshapiro Exp $ */ #include <sendmail.h> diff --git a/contrib/sendmail/src/sendmail.8 b/contrib/sendmail/src/sendmail.8 index 4d9bce42fab4..b6ce80005b8f 100644 --- a/contrib/sendmail/src/sendmail.8 +++ b/contrib/sendmail/src/sendmail.8 @@ -11,7 +11,7 @@ .\" .\" $Id: sendmail.8,v 8.36.8.3 2000/12/14 23:08:15 gshapiro Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/sendmail/src/sendmail.8,v 1.3.6.3 2001/02/01 00:54:50 gshapiro Exp $ .\" .TH SENDMAIL 8 "$Date: 2000/12/14 23:08:15 $" .SH NAME |
