Bug 117647 - hplip script displays lots of garbage at shutdown
Summary: hplip script displays lots of garbage at shutdown
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Commercial (show other bugs)
Version: RC 1
Hardware: Other All
: P5 - None : Minor
Target Milestone: ---
Assignee: Johannes Meixner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-17 19:49 UTC by Juergen Mell
Modified: 2005-09-23 12:46 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 Juergen Mell 2005-09-17 19:49:13 UTC
The hplib script in /etc/init.d displays lots of garbage at system shutdown if
the root user has a program in his .profile or .bashrc which produces some
output (eg. fortune).
The problem is in line 43 of the script: pid=`su - root -c "pidof -s $1"` should
be replaced with pid=`pidof -s $1` as nobody but root will normally run this
script on a SUSE system.
Comment 1 Johannes Meixner 2005-09-23 12:46:17 UTC
Fixed in next version (hplip-0.9.5) as described above.