diff options
author | Roy Marples <roy@marples.name> | 2007-04-06 01:07:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-06 01:07:10 +0000 |
commit | 0762d88d843bb369ae98e5083dc19807e7e57df5 (patch) | |
tree | 0f6d0f32f0b2a87c522001fe7caf076f285f612c /init.d/bootmisc | |
parent | 657be653400bdb9fc8ab13037e51ecfbc1af9d40 (diff) |
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/bootmisc')
-rwxr-xr-x | init.d/bootmisc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc index 1428e874..112dfca4 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 ] |