diff options
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 ] |