Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21997 - There is an inconsistency in /etc/init.d/bootmisc with Baselayout 1.8.6.8-r1
Summary: There is an inconsistency in /etc/init.d/bootmisc with Baselayout 1.8.6.8-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 23661
Blocks:
  Show dependency tree
 
Reported: 2003-05-31 07:44 UTC by Jonathan Chocron
Modified: 2004-01-18 03:44 UTC (History)
2 users (show)

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 Jonathan Chocron 2003-05-31 07:44:35 UTC
The script reads :
if [ -x /sbin/rc-envupdate.sh ]
        then
            ebegin "Updating environment"
            /sbin/env-update.sh >/dev/null
            eend 0

However, doing qpkg -f /sbin/rc-envupdate.sh does not yield any result, so,
maybe the script should read, and  rc-envupdate.sh does not exist in /sbin:
                                                                                
if [ -x /sbin/env-update.sh ] # This is the line that changed.
        then
            ebegin "Updating environment"
            /sbin/env-update.sh >/dev/null
            eend 0

Reproducible: Always
Steps to Reproduce:
Boot up !
Actual Results:  
Does not update the environment

Expected Results:  
should update the environment
Comment 1 Andrew Cooks (RETIRED) gentoo-dev 2004-01-18 03:44:31 UTC
This has been fixed some time ago.