Bug 4108 - uniprint Driver don't work with COLOR=""
Summary: uniprint Driver don't work with COLOR=""
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: rhs-printfilters
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-07-19 08:11 UTC by ohmori
Modified: 2014-03-17 02:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-07-19 14:39:51 UTC
Embargoed:


Attachments (Terms of Use)

Description ohmori 1999-07-19 08:11:09 UTC
when $COLOR environment in postscript.cfg is empty,
uniprint Driver print the message:

No filename for parameters given. Assume .
Unable to open command line file .upp


To fix bug, apply the patch:

--- ps-to-printer.fpi.orig      Mon Jul 19 16:43:29 1999
+++ ps-to-printer.fpi   Mon Jul 19 16:45:49 1999
@@ -67,7 +67,7 @@
 elif [ "$GSDEVICE" = "uniprint" ]; then
 #  Set default *.upp driver (your default printer upp
driver here)
    if [ "$COLOR" = "" ]; then
-      $COLOR="stcany"
+      COLOR="stcany"
       echo "No filename for parameters given.  Assume
$COLOR."
    fi
 #

Comment 1 Bill Nottingham 1999-07-19 14:39:59 UTC
fixed in rhs-printfilter-1.56-4


Note You need to log in before you can comment on or make changes to this bug.