diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /usr.bin/xinstall | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
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 e0886ed7afdb..9f0d84e8f082 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.11.2.4 2001/09/24 15:44:05 ru Exp $ PROG= xinstall PROGNAME= install diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 443cbd3caba0..b2dfdc913e9c 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.16.2.8 2001/12/14 15:53:32 ru Exp $ .\" .Dd May 7, 2001 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 9abe6a3326e4..75b390a1e511 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/xinstall/xinstall.c,v 1.38.2.3 2001/08/01 06:48:41 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> |
