summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/bootmisc5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc
index 6004a01..6fdbfcd 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 ]