Bug 116357

Summary: typo in /etc/init.d/cupsrenice
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Jon Nelson <jnelson-suse>
Component: PrintingAssignee: Johannes Meixner <jsmeix>
Status: RESOLVED DUPLICATE QA Contact: Johannes Meixner <jsmeix>
Severity: Normal    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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 ***