summaryrefslogtreecommitdiff
path: root/contrib/sendmail
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
commit72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch)
tree49c75f7b6a634efb81c3709f39147fdba24623bb /contrib/sendmail
parent606cad63e046f2873878d07634158eb90c5a2cf6 (diff)
Diffstat (limited to 'contrib/sendmail')
-rw-r--r--contrib/sendmail/FREEBSD-upgrade2
-rw-r--r--contrib/sendmail/cf/m4/cfhead.m42
-rw-r--r--contrib/sendmail/cf/ostype/bsd4.4.m42
-rw-r--r--contrib/sendmail/cf/sh/makeinfo.sh2
-rw-r--r--contrib/sendmail/contrib/bitdomain.c2
-rw-r--r--contrib/sendmail/mail.local/mail.local.82
-rw-r--r--contrib/sendmail/mail.local/mail.local.c2
-rw-r--r--contrib/sendmail/mailstats/mailstats.c2
-rw-r--r--contrib/sendmail/makemap/makemap.c2
-rw-r--r--contrib/sendmail/praliases/praliases.c2
-rw-r--r--contrib/sendmail/rmail/rmail.c2
-rw-r--r--contrib/sendmail/smrsh/smrsh.82
-rw-r--r--contrib/sendmail/smrsh/smrsh.c2
-rw-r--r--contrib/sendmail/src/aliases.52
-rw-r--r--contrib/sendmail/src/conf.c2
-rw-r--r--contrib/sendmail/src/conf.h2
-rw-r--r--contrib/sendmail/src/err.c2
-rw-r--r--contrib/sendmail/src/headers.c2
-rw-r--r--contrib/sendmail/src/mailq.12
-rw-r--r--contrib/sendmail/src/mci.c2
-rw-r--r--contrib/sendmail/src/savemail.c2
-rw-r--r--contrib/sendmail/src/sendmail.82
-rw-r--r--contrib/sendmail/vacation/vacation.12
23 files changed, 23 insertions, 23 deletions
diff --git a/contrib/sendmail/FREEBSD-upgrade b/contrib/sendmail/FREEBSD-upgrade
index 44b4d893aa51c..f2c106de10a20 100644
--- a/contrib/sendmail/FREEBSD-upgrade
+++ b/contrib/sendmail/FREEBSD-upgrade
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/contrib/sendmail/FREEBSD-upgrade,v 1.1.2.9 2002/04/17 01:59:31 gshapiro Exp $
sendmail 8.12.3
originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
diff --git a/contrib/sendmail/cf/m4/cfhead.m4 b/contrib/sendmail/cf/m4/cfhead.m4
index a857c6c156856..b926b2b5dd8ee 100644
--- a/contrib/sendmail/cf/m4/cfhead.m4
+++ b/contrib/sendmail/cf/m4/cfhead.m4
@@ -9,7 +9,7 @@
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
-# $FreeBSD$
+# $FreeBSD: src/contrib/sendmail/cf/m4/cfhead.m4,v 1.3.6.5 2002/03/25 21:24:19 gshapiro Exp $
#
######################################################################
diff --git a/contrib/sendmail/cf/ostype/bsd4.4.m4 b/contrib/sendmail/cf/ostype/bsd4.4.m4
index 65309b98195bc..60205800e5c5f 100644
--- a/contrib/sendmail/cf/ostype/bsd4.4.m4
+++ b/contrib/sendmail/cf/ostype/bsd4.4.m4
@@ -10,7 +10,7 @@ divert(-1)
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
-# $FreeBSD$
+# $FreeBSD: src/contrib/sendmail/cf/ostype/bsd4.4.m4,v 1.3.6.1 2000/08/27 17:31:10 gshapiro Exp $
#
divert(0)
diff --git a/contrib/sendmail/cf/sh/makeinfo.sh b/contrib/sendmail/cf/sh/makeinfo.sh
index e7b0cd101fced..b6bdfc98f9eb0 100644
--- a/contrib/sendmail/cf/sh/makeinfo.sh
+++ b/contrib/sendmail/cf/sh/makeinfo.sh
@@ -13,7 +13,7 @@
#
# $Id: makeinfo.sh,v 8.14 1999/02/07 07:26:25 gshapiro Exp $
#
-# $FreeBSD$
+# $FreeBSD: src/contrib/sendmail/cf/sh/makeinfo.sh,v 1.3.6.2 2001/03/05 13:08:37 ru Exp $
#
usewhoami=0
diff --git a/contrib/sendmail/contrib/bitdomain.c b/contrib/sendmail/contrib/bitdomain.c
index b864d65fe1646..9435d0be2ef07 100644
--- a/contrib/sendmail/contrib/bitdomain.c
+++ b/contrib/sendmail/contrib/bitdomain.c
@@ -18,7 +18,7 @@
* The bitdomain table should be rebuilt monthly.
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/contrib/bitdomain.c,v 1.2.6.1 2000/08/27 17:31:13 gshapiro Exp $ */
#include <stdio.h>
#include <errno.h>
diff --git a/contrib/sendmail/mail.local/mail.local.8 b/contrib/sendmail/mail.local/mail.local.8
index 27205782a9de9..7cee8b30280fe 100644
--- a/contrib/sendmail/mail.local/mail.local.8
+++ b/contrib/sendmail/mail.local/mail.local.8
@@ -10,7 +10,7 @@
.\"
.\" $Id: mail.local.8,v 8.23 2001/04/05 23:27:35 gshapiro Exp $
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/sendmail/mail.local/mail.local.8,v 1.5.6.4 2002/03/25 21:25:36 gshapiro Exp $
.\"
.TH MAIL.LOCAL 8 "$Date: 2001/04/05 23:27:35 $"
.SH NAME
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c
index 3965233d5ea2e..0ae51e6a9e40a 100644
--- a/contrib/sendmail/mail.local/mail.local.c
+++ b/contrib/sendmail/mail.local/mail.local.c
@@ -31,7 +31,7 @@ SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.238 2002/03/30 07:43:21 geir Exp $")
#include <sm/mbdb.h>
#include <sm/sysexits.h>
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/mail.local/mail.local.c,v 1.6.6.8 2002/04/17 02:00:14 gshapiro Exp $ */
/*
** This is not intended to work on System V derived systems
diff --git a/contrib/sendmail/mailstats/mailstats.c b/contrib/sendmail/mailstats/mailstats.c
index f3f9cb7a37b16..6d4a423674652 100644
--- a/contrib/sendmail/mailstats/mailstats.c
+++ b/contrib/sendmail/mailstats/mailstats.c
@@ -22,7 +22,7 @@ SM_IDSTR(copyright,
SM_IDSTR(id, "@(#)$Id: mailstats.c,v 8.95 2001/12/30 04:59:40 gshapiro Exp $")
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/mailstats/mailstats.c,v 1.5.2.5 2002/03/25 21:25:42 gshapiro Exp $ */
#include <unistd.h>
#include <stddef.h>
diff --git a/contrib/sendmail/makemap/makemap.c b/contrib/sendmail/makemap/makemap.c
index 29dd47f04ea32..a765a4fb60d6e 100644
--- a/contrib/sendmail/makemap/makemap.c
+++ b/contrib/sendmail/makemap/makemap.c
@@ -22,7 +22,7 @@ SM_IDSTR(copyright,
SM_IDSTR(id, "@(#)$Id: makemap.c,v 8.175 2001/12/28 22:44:01 ca Exp $")
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/makemap/makemap.c,v 1.3.6.4 2002/03/25 21:25:45 gshapiro Exp $ */
#include <sys/types.h>
#ifndef ISC_UNIX
diff --git a/contrib/sendmail/praliases/praliases.c b/contrib/sendmail/praliases/praliases.c
index ab71ce02f1e11..9d27d9b76758f 100644
--- a/contrib/sendmail/praliases/praliases.c
+++ b/contrib/sendmail/praliases/praliases.c
@@ -22,7 +22,7 @@ SM_IDSTR(copyright,
SM_IDSTR(id, "@(#)$Id: praliases.c,v 8.93 2001/09/11 04:05:07 gshapiro Exp $")
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/praliases/praliases.c,v 1.3.6.5 2002/03/25 21:25:48 gshapiro Exp $ */
#include <sys/types.h>
#include <ctype.h>
diff --git a/contrib/sendmail/rmail/rmail.c b/contrib/sendmail/rmail/rmail.c
index 3177fd28ab441..5a527717038c9 100644
--- a/contrib/sendmail/rmail/rmail.c
+++ b/contrib/sendmail/rmail/rmail.c
@@ -20,7 +20,7 @@ SM_IDSTR(copyright,
SM_IDSTR(id, "@(#)$Id: rmail.c,v 8.61 2001/09/18 21:45:29 gshapiro Exp $")
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/rmail/rmail.c,v 1.4.6.6 2002/03/25 21:25:50 gshapiro Exp $ */
/*
* RMAIL -- UUCP mail server.
diff --git a/contrib/sendmail/smrsh/smrsh.8 b/contrib/sendmail/smrsh/smrsh.8
index ba3f300626f05..d2232b099b83b 100644
--- a/contrib/sendmail/smrsh/smrsh.8
+++ b/contrib/sendmail/smrsh/smrsh.8
@@ -11,7 +11,7 @@
.\"
.\" $Id: smrsh.8,v 8.15 2001/01/24 00:40:47 gshapiro Exp $
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/sendmail/smrsh/smrsh.8,v 1.3.6.3 2002/03/25 21:25:54 gshapiro Exp $
.\"
.TH SMRSH 8 "$Date: 2001/01/24 00:40:47 $"
.SH NAME
diff --git a/contrib/sendmail/smrsh/smrsh.c b/contrib/sendmail/smrsh/smrsh.c
index d0613a1cb759d..8efa446cfe5cd 100644
--- a/contrib/sendmail/smrsh/smrsh.c
+++ b/contrib/sendmail/smrsh/smrsh.c
@@ -22,7 +22,7 @@ SM_IDSTR(copyright,
SM_IDSTR(id, "@(#)$Id: smrsh.c,v 8.55 2001/09/11 04:05:22 gshapiro Exp $")
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/smrsh/smrsh.c,v 1.3.6.6 2002/03/25 21:25:54 gshapiro Exp $ */
/*
** SMRSH -- sendmail restricted shell
diff --git a/contrib/sendmail/src/aliases.5 b/contrib/sendmail/src/aliases.5
index c6c96f94020f7..54bd69f882243 100644
--- a/contrib/sendmail/src/aliases.5
+++ b/contrib/sendmail/src/aliases.5
@@ -11,7 +11,7 @@
.\"
.\" $Id: aliases.5,v 8.17 2000/12/14 23:09:46 gshapiro Exp $
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/sendmail/src/aliases.5,v 1.3.6.3 2002/03/25 21:26:00 gshapiro Exp $
.\"
.TH ALIASES 5 "$Date: 2000/12/14 23:09:46 $"
.SH NAME
diff --git a/contrib/sendmail/src/conf.c b/contrib/sendmail/src/conf.c
index 30022c646d093..733e6c2181e0e 100644
--- a/contrib/sendmail/src/conf.c
+++ b/contrib/sendmail/src/conf.c
@@ -15,7 +15,7 @@
SM_RCSID("@(#)$Id: conf.c,v 8.961 2002/04/04 21:32:14 gshapiro Exp $")
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/src/conf.c,v 1.5.2.8 2002/04/17 02:00:21 gshapiro Exp $ */
#include <sendmail/pathnames.h>
diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h
index ab59c0d7980e2..b494753a2f338 100644
--- a/contrib/sendmail/src/conf.h
+++ b/contrib/sendmail/src/conf.h
@@ -13,7 +13,7 @@
* $Id: conf.h,v 8.560 2002/03/15 06:01:54 geir Exp $
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/src/conf.h,v 1.6.2.8 2002/04/17 02:00:22 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 3a75dd5a48fee..4393d8fd78fe3 100644
--- a/contrib/sendmail/src/err.c
+++ b/contrib/sendmail/src/err.c
@@ -15,7 +15,7 @@
SM_RCSID("@(#)$Id: err.c,v 8.189 2002/01/09 18:52:30 ca Exp $")
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/src/err.c,v 1.3.6.5 2002/03/25 21:26:02 gshapiro Exp $ */
#if LDAPMAP
# include <lber.h>
diff --git a/contrib/sendmail/src/headers.c b/contrib/sendmail/src/headers.c
index efb4f3c821b7f..ee0a0ebd6c5dc 100644
--- a/contrib/sendmail/src/headers.c
+++ b/contrib/sendmail/src/headers.c
@@ -13,7 +13,7 @@
#include <sendmail.h>
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/src/headers.c,v 1.4.2.6 2002/03/25 21:26:02 gshapiro Exp $ */
SM_RCSID("@(#)$Id: headers.c,v 8.266 2001/10/12 01:50:12 gshapiro Exp $")
diff --git a/contrib/sendmail/src/mailq.1 b/contrib/sendmail/src/mailq.1
index 418b9d5dfea1d..a6aa797f5e5a1 100644
--- a/contrib/sendmail/src/mailq.1
+++ b/contrib/sendmail/src/mailq.1
@@ -11,7 +11,7 @@
.\"
.\" $Id: mailq.1,v 8.18 2000/12/23 19:37:48 ca Exp $
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/sendmail/src/mailq.1,v 1.3.6.6 2002/04/28 19:56:31 gshapiro Exp $
.\"
.TH MAILQ 1 "$Date: 2000/12/23 19:37:48 $"
.SH NAME
diff --git a/contrib/sendmail/src/mci.c b/contrib/sendmail/src/mci.c
index d248ed6e48134..6fcf03736519c 100644
--- a/contrib/sendmail/src/mci.c
+++ b/contrib/sendmail/src/mci.c
@@ -11,7 +11,7 @@
*
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/src/mci.c,v 1.3.6.6 2002/04/17 02:00:24 gshapiro Exp $ */
#include <sendmail.h>
diff --git a/contrib/sendmail/src/savemail.c b/contrib/sendmail/src/savemail.c
index 0324591ac30ae..823abb5214c67 100644
--- a/contrib/sendmail/src/savemail.c
+++ b/contrib/sendmail/src/savemail.c
@@ -11,7 +11,7 @@
*
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/sendmail/src/savemail.c,v 1.4.2.6 2002/03/25 21:26:04 gshapiro Exp $ */
#include <sendmail.h>
diff --git a/contrib/sendmail/src/sendmail.8 b/contrib/sendmail/src/sendmail.8
index d4407742450f0..e5c8386a96b38 100644
--- a/contrib/sendmail/src/sendmail.8
+++ b/contrib/sendmail/src/sendmail.8
@@ -11,7 +11,7 @@
.\"
.\" $Id: sendmail.8,v 8.49 2001/03/23 22:10:00 ca Exp $
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/sendmail/src/sendmail.8,v 1.3.6.4 2002/03/25 21:26:04 gshapiro Exp $
.\"
.TH SENDMAIL 8 "$Date: 2001/03/23 22:10:00 $"
.SH NAME
diff --git a/contrib/sendmail/vacation/vacation.1 b/contrib/sendmail/vacation/vacation.1
index 0f8d09b7638c7..551a857129724 100644
--- a/contrib/sendmail/vacation/vacation.1
+++ b/contrib/sendmail/vacation/vacation.1
@@ -11,7 +11,7 @@
.\"
.\" $Id: vacation.1,v 8.29 2002/03/23 19:17:36 gshapiro Exp $
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/sendmail/vacation/vacation.1,v 1.1.1.1.2.6 2002/04/17 02:00:32 gshapiro Exp $
.\"
.TH VACATION 1 "$Date: 2002/03/23 19:17:36 $"
.SH NAME