diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
| commit | 3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch) | |
| tree | 4114cadb7556687c77484c7507ab5f541eb9b1ca /usr.bin/xinstall | |
| parent | f8d4987d7271c1003cce92715022709505f995c7 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'.
This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'usr.bin/xinstall')
| -rw-r--r-- | usr.bin/xinstall/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/xinstall/install.1 | 2 | ||||
| -rw-r--r-- | usr.bin/xinstall/xinstall.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index e6ff88e90a5b..317fa53df03c 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xinstall/Makefile,v 1.22 2004/03/17 10:52:12 ru Exp $ PROG= xinstall PROGNAME= install diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index e8033d0ffc97..07fec6b9cebd 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xinstall/install.1,v 1.29 2004/07/02 22:22:34 ru Exp $ .\" .Dd May 7, 2001 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 441c108413c6..ffbd5c7cd91d 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xinstall/xinstall.c,v 1.65 2004/03/17 11:06:40 ru Exp $"); #include <sys/param.h> #include <sys/mman.h> |
