diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
| commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
| tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /bin/rm | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/rm')
| -rw-r--r-- | bin/rm/Makefile | 2 | ||||
| -rw-r--r-- | bin/rm/rm.1 | 2 | ||||
| -rw-r--r-- | bin/rm/rm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile index dcdae17fe0eb..700509bd8a98 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/rm/Makefile,v 1.5.2.2 1999/12/29 19:39:45 obrien Exp $ PROG= rm SRCS= rm.c stat_flags.c diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index a038392f6f14..049d40ea186b 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rm.1 8.5 (Berkeley) 12/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/rm/rm.1,v 1.12.2.4 1999/12/29 19:39:46 obrien Exp $ .\" .Dd January 28, 1999 .Dt RM 1 diff --git a/bin/rm/rm.c b/bin/rm/rm.c index a4a3c9676b0e..9e4e91630b67 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/rm/rm.c,v 1.18.2.5 1999/12/29 19:39:46 obrien Exp $"; #endif #endif /* not lint */ |
