Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21491 - baselayout-1.8.6.8-r1: /etc/init.d/bootmisc: possible oddity with running env-update.sh
Summary: baselayout-1.8.6.8-r1: /etc/init.d/bootmisc: possible oddity with running env...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-22 13:24 UTC by Phil Richards
Modified: 2003-11-19 06:43 UTC (History)
1 user (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 Phil Richards 2003-05-22 13:24:44 UTC
In the start() function for bootmisc, there is this code:

[...]
                if [ -x /sbin/rc-envupdate.sh ]
                then
                        ebegin "Updating environment"
                        /sbin/env-update.sh >/dev/null
                        eend 0
                fi
[...]

Well, rc-envupdate.sh *doesn't* exist, but then again, it isn't being
used in the script.  Shouldn't this be

                if [ -x /sbin/env-update.sh ]

?  Just wondering...

phil
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-11-19 06:43:11 UTC
was fixed some time ago