diff options
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r-- | contrib/sendmail/mail.local/Makefile | 2 | ||||
-rw-r--r-- | contrib/sendmail/mail.local/README | 2 | ||||
-rw-r--r-- | contrib/sendmail/mail.local/mail.local.8 | 4 | ||||
-rw-r--r-- | contrib/sendmail/mail.local/mail.local.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/contrib/sendmail/mail.local/Makefile b/contrib/sendmail/mail.local/Makefile index b560a3039df8..4455b02e3613 100644 --- a/contrib/sendmail/mail.local/Makefile +++ b/contrib/sendmail/mail.local/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 8.5 1999/10/05 16:39:32 ca Exp $ +# $Id: Makefile,v 1.1.1.1 2000/08/12 21:55:30 gshapiro Exp $ SHELL= /bin/sh BUILD= ./Build diff --git a/contrib/sendmail/mail.local/README b/contrib/sendmail/mail.local/README index 651de4bc9113..e1ae2a8eabd4 100644 --- a/contrib/sendmail/mail.local/README +++ b/contrib/sendmail/mail.local/README @@ -36,4 +36,4 @@ delivery agent without LMTP mode, use: in the .mc file. -$Revision: 8.10 $, Last updated $Date: 2001/09/08 01:21:04 $ +$Revision: 1.1.1.4 $, Last updated $Date: 2002/02/17 21:56:42 $ diff --git a/contrib/sendmail/mail.local/mail.local.8 b/contrib/sendmail/mail.local/mail.local.8 index 5cd1c137ec4b..d5002e127a46 100644 --- a/contrib/sendmail/mail.local/mail.local.8 +++ b/contrib/sendmail/mail.local/mail.local.8 @@ -8,9 +8,9 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: mail.local.8,v 8.23 2001/04/05 23:27:35 gshapiro Exp $ +.\" $Id: mail.local.8,v 1.1.1.6 2002/02/17 21:56:42 gshapiro Exp $ .\" -.TH MAIL.LOCAL 8 "$Date: 2001/04/05 23:27:35 $" +.TH MAIL.LOCAL 8 "$Date: 2002/02/17 21:56:42 $" .SH NAME mail.local \- store mail in a mailbox diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c index b6546718906d..56c4f8c64818 100644 --- a/contrib/sendmail/mail.local/mail.local.c +++ b/contrib/sendmail/mail.local/mail.local.c @@ -18,7 +18,7 @@ SM_IDSTR(copyright, Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.238 2002/03/30 07:43:21 geir Exp $") +SM_IDSTR(id, "@(#)$Id: mail.local.c,v 1.1.1.9 2002/04/10 03:04:53 gshapiro Exp $") #include <stdlib.h> #include <sm/errstring.h> |