diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2000-11-01 01:48:06 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2000-11-01 01:48:06 +0000 |
| commit | 160325d6e6939ff4dce55e8424e137cc69c5f00d (patch) | |
| tree | c35318e8aa40eef48deeb31ab686659e80f6ed14 /usr.sbin | |
| parent | 163e2cc7afdf8b6c01b04e924a363e4b065035b5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/lpr/lpr/lpr.c | 2 |
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) |
