From 8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Wed, 31 Dec 2008 22:57:14 +0000 Subject: Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE. Approved by: re (implicit) This commit was manufactured to restore the state of the 7.1-RELEASE image. --- usr.bin/false/Makefile | 2 +- usr.bin/false/false.1 | 2 +- usr.bin/false/false.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/false') diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile index ffae97dc061f..b7dc8cccd00d 100644 --- a/usr.bin/false/Makefile +++ b/usr.bin/false/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/false/Makefile,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ PROG= false diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 415ec580a375..ebeb0b1807ee 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)false.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/false/false.1,v 1.11.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt FALSE 1 diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 27b2c258cfff..84e5e7bd7152 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/false/false.c,v 1.5.30.1 2008/11/25 02:59:29 kensmith Exp $"); int main(void) -- cgit v1.3