diff options
Diffstat (limited to 'contrib/sendmail/smrsh')
-rw-r--r-- | contrib/sendmail/smrsh/Makefile | 2 | ||||
-rw-r--r-- | contrib/sendmail/smrsh/Makefile.m4 | 2 | ||||
-rw-r--r-- | contrib/sendmail/smrsh/README | 2 | ||||
-rw-r--r-- | contrib/sendmail/smrsh/smrsh.8 | 4 | ||||
-rw-r--r-- | contrib/sendmail/smrsh/smrsh.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/contrib/sendmail/smrsh/Makefile b/contrib/sendmail/smrsh/Makefile index a9c4af7..e5dd030 100644 --- a/contrib/sendmail/smrsh/Makefile +++ b/contrib/sendmail/smrsh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 8.5 1999/09/23 22:36:43 ca Exp $ +# $Id: Makefile,v 8.5 1999-09-23 22:36:43 ca Exp $ SHELL= /bin/sh BUILD= ./Build diff --git a/contrib/sendmail/smrsh/Makefile.m4 b/contrib/sendmail/smrsh/Makefile.m4 index 0f77327..43a4a14 100644 --- a/contrib/sendmail/smrsh/Makefile.m4 +++ b/contrib/sendmail/smrsh/Makefile.m4 @@ -1,4 +1,4 @@ -dnl $Id: Makefile.m4,v 8.36 2006/06/28 21:08:04 ca Exp $ +dnl $Id: Makefile.m4,v 8.36 2006-06-28 21:08:04 ca Exp $ include(confBUILDTOOLSDIR`/M4/switch.m4') define(`confREQUIRE_LIBSM', `true') diff --git a/contrib/sendmail/smrsh/README b/contrib/sendmail/smrsh/README index 452b208..7723b3a 100644 --- a/contrib/sendmail/smrsh/README +++ b/contrib/sendmail/smrsh/README @@ -163,4 +163,4 @@ a typical system follows: host.domain# /usr/sbin/sendmail -bd -q30m -$Revision: 8.10 $, Last updated $Date: 2008/02/12 16:40:06 $ +$Revision: 8.10 $, Last updated $Date: 2008-02-12 16:40:06 $ diff --git a/contrib/sendmail/smrsh/smrsh.8 b/contrib/sendmail/smrsh/smrsh.8 index d461591..883ff32 100644 --- a/contrib/sendmail/smrsh/smrsh.8 +++ b/contrib/sendmail/smrsh/smrsh.8 @@ -9,9 +9,9 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: smrsh.8,v 8.23 2013/11/22 20:52:00 ca Exp $ +.\" $Id: smrsh.8,v 8.23 2013-11-22 20:52:00 ca Exp $ .\" -.TH SMRSH 8 "$Date: 2013/11/22 20:52:00 $" +.TH SMRSH 8 "$Date: 2013-11-22 20:52:00 $" .SH NAME smrsh \- restricted shell for sendmail .SH SYNOPSIS diff --git a/contrib/sendmail/smrsh/smrsh.c b/contrib/sendmail/smrsh/smrsh.c index a70e32d..86e20a4 100644 --- a/contrib/sendmail/smrsh/smrsh.c +++ b/contrib/sendmail/smrsh/smrsh.c @@ -20,7 +20,7 @@ SM_IDSTR(copyright, Copyright (c) 1993\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: smrsh.c,v 8.66 2013/11/22 20:52:00 ca Exp $") +SM_IDSTR(id, "@(#)$Id: smrsh.c,v 8.66 2013-11-22 20:52:00 ca Exp $") /* ** SMRSH -- sendmail restricted shell |