summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-06 01:07:10 +0000
committerRoy Marples <roy@marples.name>2007-04-06 01:07:10 +0000
commit0762d88d843bb369ae98e5083dc19807e7e57df5 (patch)
tree0f6d0f32f0b2a87c522001fe7caf076f285f612c /init.d
parent657be653400bdb9fc8ab13037e51ecfbc1af9d40 (diff)
downloadopenrc-0762d88d843bb369ae98e5083dc19807e7e57df5.tar.gz
openrc-0762d88d843bb369ae98e5083dc19807e7e57df5.tar.bz2
openrc-0762d88d843bb369ae98e5083dc19807e7e57df5.tar.xz
Punt the rc-depend man page as it's been moved out of /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/bootmisc4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc
index 1428e87..112dfca 100755
--- a/init.d/bootmisc
+++ b/init.d/bootmisc
@@ -32,7 +32,9 @@ start() {
fi
ebegin "Updating environment"
- /sbin/env-update
+ # As runscript prefixes our path with /$LIBDIR/rcscripts/bin, our
+ # version instead of the portage version should be found first.
+ env-update
eend $?
# Take care of random stuff [ /var/lock | /var/run | pam ]