From 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 23 Feb 2004 15:32:56 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_5_2_1_RELEASE'. This commit was manufactured to restore the state of the 5.2.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- usr.bin/script/Makefile | 2 +- usr.bin/script/script.1 | 2 +- usr.bin/script/script.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/script') diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index 50ba12e696af..1d53d1aa789b 100644 --- a/usr.bin/script/Makefile +++ b/usr.bin/script/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/script/Makefile,v 1.4 2001/12/12 23:23:52 markm Exp $ PROG= script LDADD= -lutil diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 5e25d907a83b..2eda1c99856d 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)script.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/script/script.1,v 1.17 2003/09/07 15:43:50 charnier Exp $ .\" .Dd June 6, 1993 .Dt SCRIPT 1 diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 25c5bdc2c2f5..dd3f0d4f84c3 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -33,7 +33,7 @@ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/script/script.c,v 1.20 2002/09/04 23:29:06 dwmalone Exp $"); #ifndef lint static const char copyright[] = -- cgit v1.3