summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-01-21 12:01:11 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-01-21 12:01:11 -0500
commit644dca1806e5052fc8fe068fa70aec2ba7324d43 (patch)
tree5d875006b946f498e56b6dccbcbb70379c41edd6 /systemv
parente4b275a3eb39f6396cd8e7b7ee3bbdc4e5cc04d9 (diff)
downloadcups-644dca1806e5052fc8fe068fa70aec2ba7324d43.tar.gz
Switch to using "all" and "media-col-database" because some vendors apparently
do not know how to read (Issue #5484)
Diffstat (limited to 'systemv')
-rw-r--r--systemv/lpadmin.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/systemv/lpadmin.c b/systemv/lpadmin.c
index da97f01aa..4a8bc26c3 100644
--- a/systemv/lpadmin.c
+++ b/systemv/lpadmin.c
@@ -1,7 +1,7 @@
/*
* "lpadmin" command for CUPS.
*
- * Copyright © 2007-2018 by Apple Inc.
+ * Copyright © 2007-2019 by Apple Inc.
* Copyright © 1997-2006 by Easy Software Products.
*
* Licensed under Apache License v2.0. See the file "LICENSE" for more
@@ -1192,9 +1192,7 @@ get_printer_ppd(
int port; /* Port number */
static const char * const pattrs[] = /* Attributes to use */
{
- "job-template",
- "printer-defaults",
- "printer-description",
+ "all",
"media-col-database"
};