diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /usr.sbin/lpr/lptest | |
parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) |
Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 7.2-RELEASE image.
Diffstat (limited to 'usr.sbin/lpr/lptest')
-rw-r--r-- | usr.sbin/lpr/lptest/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/lpr/lptest/lptest.1 | 2 | ||||
-rw-r--r-- | usr.sbin/lpr/lptest/lptest.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/lpr/lptest/Makefile b/usr.sbin/lpr/lptest/Makefile index 65b1c7c8fef8..db81df510e2c 100644 --- a/usr.sbin/lpr/lptest/Makefile +++ b/usr.sbin/lpr/lptest/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lptest/Makefile,v 1.6.30.1 2009/04/15 03:14:26 kensmith Exp $ PROG= lptest diff --git a/usr.sbin/lpr/lptest/lptest.1 b/usr.sbin/lpr/lptest/lptest.1 index c34934e6a42f..a5a00bd89649 100644 --- a/usr.sbin/lpr/lptest/lptest.1 +++ b/usr.sbin/lpr/lptest/lptest.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lptest.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lptest/lptest.1,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd December 30, 1993 .Dt LPTEST 1 diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c index 304296392e92..3609bde23767 100644 --- a/usr.sbin/lpr/lptest/lptest.c +++ b/usr.sbin/lpr/lptest/lptest.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lptest/lptest.c,v 1.6.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stdlib.h> #include <stdio.h> |