Hi, Just wanted to keep the list posted on an argument that we had on the gentoo-user-fr mailing list. When one installs baselayout 1.8.6.8-r1, whoch is masked, I know, one gets the following in the bootmisc script :
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 does not yield any result,
so, we thought that the script should read :
if [ -x /sbin/env-update.sh ] # This is the line that changed.
then
ebegin "Updating environment"
/sbin/env-update.sh >/dev/null
eend 0
Are we poor French people mistaken ??
Jonathan
--
It is not good for a man to be without knowledge,
and he who makes haste with his feet misses his way.
-- Proverbs 19:2
pgp00000.pgp
Description: PGP signature
