summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-09 10:39:35 +0000
committerRoy Marples <roy@marples.name>2007-07-09 10:39:35 +0000
commit6802e045b3742228a61e07eee49f6af5a9a3ba28 (patch)
tree4e8c509ef34bd5bbe17bd1732e895c08916fd0a8 /init.d
parent53d17a1be2f9a47cec9e663905fbe1ee3637e050 (diff)
downloadopenrc-6802e045b3742228a61e07eee49f6af5a9a3ba28.tar.gz
openrc-6802e045b3742228a61e07eee49f6af5a9a3ba28.tar.bz2
openrc-6802e045b3742228a61e07eee49f6af5a9a3ba28.tar.xz
Take no chances with PATH, use our env-update
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 ]