|
Bugzilla – Full Text Bug Listing |
| Summary: | typo in /etc/init.d/cupsrenice | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | Printing | Assignee: | 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: | --- |
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.