diff options
| author | cgd <cgd@NetBSD.org> | 1993-03-23 00:22:59 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-03-23 00:22:59 +0000 |
| commit | 06be60083da5f9fd03f177f6462fe69ffc22827a (patch) | |
| tree | fa34160289fc1158ffbcd44e700d1c039889c039 /libexec | |
| parent | 649bd7ccc5d0edf19f0611dccb75caf30ce03c1e (diff) | |
changed "Id" to "Header" for rcsids
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rmail/Makefile | 2 | ||||
| -rw-r--r-- | libexec/rmail/rmail.8 | 2 | ||||
| -rw-r--r-- | libexec/rmail/rmail.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rmail/Makefile b/libexec/rmail/Makefile index 1c3473d094d..5014a5d6b35 100644 --- a/libexec/rmail/Makefile +++ b/libexec/rmail/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.2 (Berkeley) 4/20/91 # -# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $ +# $Header: /cvsroot/src/libexec/rmail/Attic/Makefile,v 1.3 1993/03/23 00:27:13 cgd Exp $ PROG= rmail MAN8= rmail.0 diff --git a/libexec/rmail/rmail.8 b/libexec/rmail/rmail.8 index 47802ec2cec..69e534ce736 100644 --- a/libexec/rmail/rmail.8 +++ b/libexec/rmail/rmail.8 @@ -31,7 +31,7 @@ .\" .\" @(#)rmail.8 6.8 (Berkeley) 4/20/91 .\" -.\" $Id: rmail.8,v 1.2 1993/03/22 08:04:00 cgd Exp $ +.\" $Header: /cvsroot/src/libexec/rmail/Attic/rmail.8,v 1.3 1993/03/23 00:27:15 cgd Exp $ .\" .Vx .Vx diff --git a/libexec/rmail/rmail.c b/libexec/rmail/rmail.c index 6a3eb6430c8..b475680ccd2 100644 --- a/libexec/rmail/rmail.c +++ b/libexec/rmail/rmail.c @@ -39,7 +39,7 @@ char copyright[] = #ifndef lint static char sccsid[] = "@(#)rmail.c 4.15 (Berkeley) 5/31/90"; -static char rcsid[] = "$Id: rmail.c,v 1.2 1993/03/22 08:04:00 cgd Exp $"; +static char rcsid[] = "$Header: /cvsroot/src/libexec/rmail/Attic/rmail.c,v 1.3 1993/03/23 00:27:17 cgd Exp $"; #endif /* not lint */ /* |
