diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
| commit | 6a2f2ff3e97764c1cd1fcac53cd4255791036bf4 (patch) | |
| tree | 8b9bb16adf99be4ed87980a2ea4ef202d1fb3423 /contrib/sendmail/editmap | |
| parent | 6b7c9af44b73355e01755ac7a0fb8ffc608b25ab (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/editmap')
| -rw-r--r-- | contrib/sendmail/editmap/Makefile | 2 | ||||
| -rw-r--r-- | contrib/sendmail/editmap/editmap.8 | 4 | ||||
| -rw-r--r-- | contrib/sendmail/editmap/editmap.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/sendmail/editmap/Makefile b/contrib/sendmail/editmap/Makefile index 965e0293bcdd..85ba31f748f6 100644 --- a/contrib/sendmail/editmap/Makefile +++ b/contrib/sendmail/editmap/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2000/08/31 16:19:25 ca Exp $ +# $Id: Makefile,v 1.1.1.1 2002/02/17 21:56:45 gshapiro Exp $ SHELL= /bin/sh BUILD= ./Build diff --git a/contrib/sendmail/editmap/editmap.8 b/contrib/sendmail/editmap/editmap.8 index 9b450c5b242d..384cd1f0f74e 100644 --- a/contrib/sendmail/editmap/editmap.8 +++ b/contrib/sendmail/editmap/editmap.8 @@ -6,9 +6,9 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: editmap.8,v 1.8 2001/06/15 21:33:19 ca Exp $ +.\" $Id: editmap.8,v 1.1.1.1 2002/02/17 21:56:45 gshapiro Exp $ .\" -.TH EDITMAP 8 "$Date: 2001/06/15 21:33:19 $" +.TH EDITMAP 8 "$Date: 2002/02/17 21:56:45 $" .SH NAME .B editmap \- query and edit single records in database maps for sendmail diff --git a/contrib/sendmail/editmap/editmap.c b/contrib/sendmail/editmap/editmap.c index fe7c2d982843..4d1a6e2f61e2 100644 --- a/contrib/sendmail/editmap/editmap.c +++ b/contrib/sendmail/editmap/editmap.c @@ -22,7 +22,7 @@ SM_UNUSED(static char copyright[]) = #endif /* ! lint */ #ifndef lint -SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.23 2002/03/28 17:49:33 gshapiro Exp $"; +SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.1.1.2 2002/04/10 03:04:59 gshapiro Exp $"; #endif /* ! lint */ |
