diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /usr.sbin/lpr/runqueue | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.sbin/lpr/runqueue')
| -rw-r--r-- | usr.sbin/lpr/runqueue/extern.h | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/runqueue/lpdchar.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/runqueue/modes.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/runqueue/printjob.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/lpr/runqueue/extern.h b/usr.sbin/lpr/runqueue/extern.h index 8f390fb76636..68f9e63595cf 100644 --- a/usr.sbin/lpr/runqueue/extern.h +++ b/usr.sbin/lpr/runqueue/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/runqueue/extern.h,v 1.3.2.1 1999/08/29 15:43:35 peter Exp $ */ #include <sys/cdefs.h> diff --git a/usr.sbin/lpr/runqueue/lpdchar.c b/usr.sbin/lpr/runqueue/lpdchar.c index ba39a9f1ed3f..9f7419cf2787 100644 --- a/usr.sbin/lpr/runqueue/lpdchar.c +++ b/usr.sbin/lpr/runqueue/lpdchar.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/lpr/runqueue/lpdchar.c,v 1.4.2.1 1999/08/29 15:43:35 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/runqueue/modes.c b/usr.sbin/lpr/runqueue/modes.c index 9c22055f46a9..9d6d82326890 100644 --- a/usr.sbin/lpr/runqueue/modes.c +++ b/usr.sbin/lpr/runqueue/modes.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/lpr/runqueue/modes.c,v 1.4.2.1 1999/08/29 15:43:36 peter Exp $"; #endif /* not lint */ #include <stddef.h> diff --git a/usr.sbin/lpr/runqueue/printjob.c b/usr.sbin/lpr/runqueue/printjob.c index c5f7990572bf..8aebfdbf0421 100644 --- a/usr.sbin/lpr/runqueue/printjob.c +++ b/usr.sbin/lpr/runqueue/printjob.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)printjob.c 8.7 (Berkeley) 5/10/95"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/lpr/runqueue/printjob.c,v 1.18.2.1 1999/08/29 15:43:36 peter Exp $"; #endif /* not lint */ |
