Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26063 - bootmisc checks for not existing /sbin/rc-envupdate.sh
Summary: bootmisc checks for not existing /sbin/rc-envupdate.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Bob Johnson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-06 10:28 UTC by petre rodan (RETIRED)
Modified: 2003-10-24 01:48 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 petre rodan (RETIRED) gentoo-dev 2003-08-06 10:28:10 UTC
on the last livecd 1.4-release please be so kind as to

- if [ -x /sbin/rc-envupdate.sh ]
+ if [ -x /sbin/env-update.sh ]

also please check if bootmisc realy does get started at boot time.
on my modified_and_probably_screwed version of the great live cd it doesn't start.

i will check your version tomorrow.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
/sbin/rc-envupdate.sh is not, /sbin/env-update.sh IS.
Comment 1 petre rodan (RETIRED) gentoo-dev 2003-08-06 11:14:02 UTC
as I see it, this problem is also present in the stock gentoo 'baselayout-1.8.6.8-r1' package ;(

there we have 
peter init.d # ls -al /usr/sbin/env-update
lrwxrwxrwx    1 root     root           29 Aug  4 20:18 /usr/sbin/env-update -> ../lib/portage/bin/env-update
peter init.d # ls -al /sbin/env-update.sh
-rwxr-xr-x    1 root     root          709 Jun 29 17:48 /sbin/env-update.sh


Comment 2 petre rodan (RETIRED) gentoo-dev 2003-10-24 01:48:44 UTC
fixed in current baselayout (8.6.10-r1)