diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /bin/sh/bltin | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvs
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/sh/bltin')
| -rw-r--r-- | bin/sh/bltin/bltin.h | 2 | ||||
| -rw-r--r-- | bin/sh/bltin/echo.1 | 2 | ||||
| -rw-r--r-- | bin/sh/bltin/echo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index 67011295874d..1569ac3b4fc5 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)bltin.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * bltin.h,v 1.2 1994/09/24 02:58:26 davidg Exp */ /* diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1 index 435b85131a08..3f0881b1c7c0 100644 --- a/bin/sh/bltin/echo.1 +++ b/bin/sh/bltin/echo.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)echo.1 8.1 (Berkeley) 5/31/93 -.\" $Id$ +.\" echo.1,v 1.2 1994/09/24 02:58:27 davidg Exp .\" .Dd May 31, 1993 .Dt ECHO 1 diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 7046e1cd0696..7a134a46097b 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)echo.c 8.1 (Berkeley) 5/31/93 - * $Id$ + * echo.c,v 1.2 1994/09/24 02:58:29 davidg Exp */ /* |
