diff options
Diffstat (limited to 'contrib/sendmail/vacation')
-rw-r--r-- | contrib/sendmail/vacation/Makefile | 2 | ||||
-rw-r--r-- | contrib/sendmail/vacation/Makefile.m4 | 2 | ||||
-rw-r--r-- | contrib/sendmail/vacation/vacation.1 | 4 | ||||
-rw-r--r-- | contrib/sendmail/vacation/vacation.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/contrib/sendmail/vacation/Makefile b/contrib/sendmail/vacation/Makefile index 7cc577f4b6c1..68f48c394f8b 100644 --- a/contrib/sendmail/vacation/Makefile +++ b/contrib/sendmail/vacation/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 8.5 1999/09/23 22:36:45 ca Exp $ +# $Id: Makefile,v 8.5 1999-09-23 22:36:45 ca Exp $ SHELL= /bin/sh BUILD= ./Build diff --git a/contrib/sendmail/vacation/Makefile.m4 b/contrib/sendmail/vacation/Makefile.m4 index 8979d5d3f437..1a1bcfb395b0 100644 --- a/contrib/sendmail/vacation/Makefile.m4 +++ b/contrib/sendmail/vacation/Makefile.m4 @@ -1,4 +1,4 @@ -dnl $Id: Makefile.m4,v 8.26 2006/06/28 21:08:05 ca Exp $ +dnl $Id: Makefile.m4,v 8.26 2006-06-28 21:08:05 ca Exp $ include(confBUILDTOOLSDIR`/M4/switch.m4') define(`confREQUIRE_LIBSM', `true') diff --git a/contrib/sendmail/vacation/vacation.1 b/contrib/sendmail/vacation/vacation.1 index 3f9c158e8cb7..237368c9840c 100644 --- a/contrib/sendmail/vacation/vacation.1 +++ b/contrib/sendmail/vacation/vacation.1 @@ -9,9 +9,9 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: vacation.1,v 8.35 2013/11/22 20:52:02 ca Exp $ +.\" $Id: vacation.1,v 8.35 2013-11-22 20:52:02 ca Exp $ .\" -.TH VACATION 1 "$Date: 2013/11/22 20:52:02 $" +.TH VACATION 1 "$Date: 2013-11-22 20:52:02 $" .SH NAME vacation \- E-mail auto-responder diff --git a/contrib/sendmail/vacation/vacation.c b/contrib/sendmail/vacation/vacation.c index 00cbdc15cfd7..1196464e72d2 100644 --- a/contrib/sendmail/vacation/vacation.c +++ b/contrib/sendmail/vacation/vacation.c @@ -20,7 +20,7 @@ SM_IDSTR(copyright, The Regents of the University of California. All rights reserved.\n\ Copyright (c) 1983 Eric P. Allman. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: vacation.c,v 8.148 2013/11/22 20:52:02 ca Exp $") +SM_IDSTR(id, "@(#)$Id: vacation.c,v 8.148 2013-11-22 20:52:02 ca Exp $") #include <ctype.h> |