aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGarance A Drosehn <gad@FreeBSD.org>2000-11-01 01:48:06 +0000
committerGarance A Drosehn <gad@FreeBSD.org>2000-11-01 01:48:06 +0000
commit160325d6e6939ff4dce55e8424e137cc69c5f00d (patch)
treec35318e8aa40eef48deeb31ab686659e80f6ed14 /usr.sbin
parent163e2cc7afdf8b6c01b04e924a363e4b065035b5 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/lpr/lpr/lpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c
index 5a65f949f852..aff4aafdc413 100644
--- a/usr.sbin/lpr/lpr/lpr.c
+++ b/usr.sbin/lpr/lpr/lpr.c
@@ -326,6 +326,7 @@ main(argc, argv)
seteuid(uid);
card('H', host);
card('P', person);
+ card('C', class);
if (hdr && !pp->no_header) {
if (jobname == NULL) {
if (argc == 0)
@@ -335,7 +336,6 @@ main(argc, argv)
? arg + 1 : argv[0]);
}
card('J', jobname);
- card('C', class);
card('L', person);
}
if (format != 'p' && Zflag != 0)