diff options
author | Roy Marples <roy@marples.name> | 2007-07-09 10:39:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-09 10:39:35 +0000 |
commit | 6802e045b3742228a61e07eee49f6af5a9a3ba28 (patch) | |
tree | 4e8c509ef34bd5bbe17bd1732e895c08916fd0a8 | |
parent | 53d17a1be2f9a47cec9e663905fbe1ee3637e050 (diff) |
Take no chances with PATH, use our env-update
-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 ] |