diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
commit | c211ffddd128bf435d598a3ee74528d816e47b22 (patch) | |
tree | cbd942ff10bd52cac64708c26c2a86d5e7212d4d /contrib/sendmail/editmap | |
parent | 3382a08e5686d3268efb492fa81a98ad4958c08b (diff) | |
download | FreeBSD-src-c211ffddd128bf435d598a3ee74528d816e47b22.zip FreeBSD-src-c211ffddd128bf435d598a3ee74528d816e47b22.tar.gz |
MFC: Merge sendmail 8.14.9 to HEAD
Diffstat (limited to 'contrib/sendmail/editmap')
-rw-r--r-- | contrib/sendmail/editmap/Makefile | 2 | ||||
-rw-r--r-- | contrib/sendmail/editmap/Makefile.m4 | 2 | ||||
-rw-r--r-- | contrib/sendmail/editmap/editmap.8 | 4 | ||||
-rw-r--r-- | contrib/sendmail/editmap/editmap.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/contrib/sendmail/editmap/Makefile b/contrib/sendmail/editmap/Makefile index 965e029..f08d5a7 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 2000-08-31 16:19:25 ca Exp $ SHELL= /bin/sh BUILD= ./Build diff --git a/contrib/sendmail/editmap/Makefile.m4 b/contrib/sendmail/editmap/Makefile.m4 index 120aa78..214b4b8 100644 --- a/contrib/sendmail/editmap/Makefile.m4 +++ b/contrib/sendmail/editmap/Makefile.m4 @@ -1,4 +1,4 @@ -dnl $Id: Makefile.m4,v 1.6 2006/06/28 21:08:01 ca Exp $ +dnl $Id: Makefile.m4,v 1.6 2006-06-28 21:08:01 ca Exp $ include(confBUILDTOOLSDIR`/M4/switch.m4') define(`confREQUIRE_LIBSM', `true') diff --git a/contrib/sendmail/editmap/editmap.8 b/contrib/sendmail/editmap/editmap.8 index 99f8b63..db72102 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.10 2013/11/22 20:51:26 ca Exp $ +.\" $Id: editmap.8,v 1.10 2013-11-22 20:51:26 ca Exp $ .\" -.TH EDITMAP 8 "$Date: 2013/11/22 20:51:26 $" +.TH EDITMAP 8 "$Date: 2013-11-22 20:51:26 $" .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 5e65f40..3c1b8b9 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.26 2013/11/22 20:51:26 ca Exp $"; +SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.26 2013-11-22 20:51:26 ca Exp $"; #endif /* ! lint */ |