diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-01-10 23:38:50 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-01-10 23:38:50 +0000 |
commit | 65b893a707ad8b3e4d0971825c05a965dca36d10 (patch) | |
tree | 47784568624a7d0368181150d3c431ab3d3546a3 /Xprint | |
parent | c6b5a9431178ac7eb90ec498e6830366865d1268 (diff) |
//bugs.freedesktop.org/show_bug.cgi?id=2167) attachment #1641
(https://bugs.freedesktop.org/attachment.cgi?id=1641): Fix broken
Solaris print queue enumeration.
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/spooler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xprint/spooler.c b/Xprint/spooler.c index 8dbb4625a..8367a8438 100644 --- a/Xprint/spooler.c +++ b/Xprint/spooler.c @@ -125,7 +125,7 @@ copyright holders. "| sort -u` " \ "| nawk -F: ' NF == 2 { name=$1 } " \ " NF == 1 { sub(\"^.*description\\( - undefined|=\\)\",\"\"); " \ - " printf \"%sxp-printerattr.descriptor=%s\\n\", name, $1 } '" + " printf \"%s\txp-printerattr.descriptor=%s\\n\", name, $1 } '" #define LIST_QUEUES_OTHER \ "LANG=C lpstat -v | " \ |