Bug 116357 - typo in /etc/init.d/cupsrenice
Summary: typo in /etc/init.d/cupsrenice
Status: RESOLVED DUPLICATE of bug 115863
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Printing (show other bugs)
Version: RC 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Johannes Meixner
QA Contact: Johannes Meixner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 19:33 UTC by Jon Nelson
Modified: 2005-09-11 07:51 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Nelson 2005-09-10 19:33:54 UTC
Line 58 reads:

        if [ x$ppid = x ]; then

it *should* be quoted in the case that $ppid is empty.
However, I got an error in that script at shutdown, something about '[' or ']'.

Sorry this isn't very clear.
Comment 1 Andreas Jaeger 2005-09-11 07:51:47 UTC
Clear enough - thanks for the report, we fixed it already.

*** This bug has been marked as a duplicate of 115863 ***