//bugs.freedesktop.org/show_bug.cgi?id=2167) attachment #1641

(https://bugs.freedesktop.org/attachment.cgi?id=1641): Fix broken
    Solaris print queue enumeration.
This commit is contained in:
Roland Mainz 2005-01-10 23:38:50 +00:00
parent c6b5a94311
commit 65b893a707

View File

@ -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 | " \