diff options
Diffstat (limited to 'init.d')
-rwxr-xr-x | init.d/bootmisc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc index 6004a01c..6fdbfcd7 100755 --- a/init.d/bootmisc +++ b/init.d/bootmisc @@ -40,9 +40,8 @@ start() { fi ebegin "Updating environment" - # As runscript prefixes our path with /$LIBDIR/rcscripts/bin, our - # version instead of the portage version should be found first. - env-update --fork-ldconfig + # Use our version, not portage version. + /sbin/env-update --fork-ldconfig eend $? # Take care of random stuff [ /var/lock | /var/run | pam ] |