diff options
author | Roy Marples <roy@marples.name> | 2007-11-14 13:39:34 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-14 13:39:34 +0000 |
commit | ccf79ceb475d94236acca378e079625ef511eda2 (patch) | |
tree | d5dc7a6048d50d2c23682421a87fa2cfa8e5ee0c /init.d/bootmisc | |
parent | b439703b4d3198f0d1c2568b3f97576d39ed914f (diff) |
Control of system defined env vars should not be done by us.
Diffstat (limited to 'init.d/bootmisc')
-rwxr-xr-x | init.d/bootmisc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc index 8cc2ff80..501592ad 100755 --- a/init.d/bootmisc +++ b/init.d/bootmisc @@ -85,11 +85,6 @@ start() { chgrp utmp /var/run/utmp /var/log/wtmp chmod 0664 /var/run/utmp /var/log/wtmp - ebegin "Updating environment" - # Use our version, not portage version. - /sbin/env-update --fork-ldconfig - eend $? - # Take care of random stuff [ /var/lock | /var/run | pam ] ebegin "Cleaning /var/lock, /var/run" rm -rf /var/run/console.lock /var/run/console/* |