Skip to content

Commit

Permalink
Switch to using "all" and "media-col-database" because some vendors a…
Browse files Browse the repository at this point in the history
…pparently

do not know how to read (Issue #5484)
  • Loading branch information
michaelrsweet committed Jan 21, 2019
1 parent 328d863 commit 6cf21c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions cgi-bin/admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4222,9 +4222,7 @@ get_printer_ppd(const char *uri, /* I - Printer URI */
int port; /* Port number */
static const char * const pattrs[] = /* Printer attributes we need */
{
"job-template",
"printer-defaults",
"printer-description",
"all",
"media-col-database"
};

Expand Down
4 changes: 1 addition & 3 deletions scheduler/ipp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5281,9 +5281,7 @@ create_local_bg_thread(
ipp_status_t status; /* Status code */
static const char * const pattrs[] = /* Printer attributes we need */
{
"job-template",
"printer-defaults",
"printer-description",
"all",
"media-col-database"
};

Expand Down
6 changes: 2 additions & 4 deletions systemv/lpadmin.c
Original file line number Diff line number Diff line change
@@ -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.
*
* These coded instructions, statements, and computer programs are the
Expand Down Expand Up @@ -1194,9 +1194,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"
};

Expand Down

0 comments on commit 6cf21c3

Please sign in to comment.