diff options
Diffstat (limited to 'contrib/sendmail/makemap')
-rw-r--r-- | contrib/sendmail/makemap/Makefile | 2 | ||||
-rw-r--r-- | contrib/sendmail/makemap/Makefile.m4 | 2 | ||||
-rw-r--r-- | contrib/sendmail/makemap/makemap.8 | 4 | ||||
-rw-r--r-- | contrib/sendmail/makemap/makemap.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/contrib/sendmail/makemap/Makefile b/contrib/sendmail/makemap/Makefile index a6960c1..953d28b 100644 --- a/contrib/sendmail/makemap/Makefile +++ b/contrib/sendmail/makemap/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 8.7 1999/09/23 22:36:37 ca Exp $ +# $Id: Makefile,v 8.7 1999-09-23 22:36:37 ca Exp $ SHELL= /bin/sh BUILD= ./Build diff --git a/contrib/sendmail/makemap/Makefile.m4 b/contrib/sendmail/makemap/Makefile.m4 index 9d5baf9..c6dffd0 100644 --- a/contrib/sendmail/makemap/Makefile.m4 +++ b/contrib/sendmail/makemap/Makefile.m4 @@ -1,4 +1,4 @@ -dnl $Id: Makefile.m4,v 8.44 2006/06/28 21:08:03 ca Exp $ +dnl $Id: Makefile.m4,v 8.44 2006-06-28 21:08:03 ca Exp $ include(confBUILDTOOLSDIR`/M4/switch.m4') define(`confREQUIRE_LIBSM', `true') diff --git a/contrib/sendmail/makemap/makemap.8 b/contrib/sendmail/makemap/makemap.8 index 60352b0..a6bfd21 100644 --- a/contrib/sendmail/makemap/makemap.8 +++ b/contrib/sendmail/makemap/makemap.8 @@ -8,9 +8,9 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: makemap.8,v 8.32 2013/11/22 20:51:52 ca Exp $ +.\" $Id: makemap.8,v 8.32 2013-11-22 20:51:52 ca Exp $ .\" -.TH MAKEMAP 8 "$Date: 2013/11/22 20:51:52 $" +.TH MAKEMAP 8 "$Date: 2013-11-22 20:51:52 $" .SH NAME makemap \- create database maps for sendmail diff --git a/contrib/sendmail/makemap/makemap.c b/contrib/sendmail/makemap/makemap.c index ae87745..fa88944 100644 --- a/contrib/sendmail/makemap/makemap.c +++ b/contrib/sendmail/makemap/makemap.c @@ -20,7 +20,7 @@ SM_IDSTR(copyright, Copyright (c) 1992, 1993\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: makemap.c,v 8.183 2013/11/22 20:51:52 ca Exp $") +SM_IDSTR(id, "@(#)$Id: makemap.c,v 8.183 2013-11-22 20:51:52 ca Exp $") #include <sys/types.h> |