Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123606 - RC_QUIET_STDOUT setting is ignored in /etc/init.d/functions.sh
Summary: RC_QUIET_STDOUT setting is ignored in /etc/init.d/functions.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 05:15 UTC by Alun Jones
Modified: 2006-02-21 15:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alun Jones 2006-02-21 05:15:07 UTC
/etc/init.d/functions.sh says:

> # Override defaults with user settings ...
> [ -f /etc/conf.d/rc ] && source /etc/conf.d/rc
>
> [...]
> 
> RC_QUIET_STDOUT=no

and so ignores the setting of RC_QUIET_STDOUT in /etc/conf.d/rc

Fix: 

RC_QUIET_STDOUT=${RC_QUIET_STDOUT:-no}
Comment 1 SpanKY gentoo-dev 2006-02-21 15:57:23 UTC
added to svn, thanks for the fix !