From 6802e045b3742228a61e07eee49f6af5a9a3ba28 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 9 Jul 2007 10:39:35 +0000 Subject: Take no chances with PATH, use our env-update --- init.d/bootmisc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init.d') 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 ] -- cgit v1.2.3