ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / man / env-update.1
1 .TH "ENV-UPDATE" "1" "Aug 2008" "Portage VERSION" "Portage"
2 .SH "NAME"
3 env\-update \- updates environment settings automatically
4 .SH "SYNOPSIS"
5 \fBenv\-update\fR \fI[options]\fR
6 .SH "DESCRIPTION"
7 .B env\-update
8 reads the files in \fI/etc/env.d\fR and automatically generates
9 \fI/etc/profile.env\fR and \fI/etc/ld.so.conf\fR.  Then \fBldconfig\fR(8)
10 is run to update \fI/etc/ld.so.cache\fR.  \fBenv-update\fR is run by
11 \fBemerge\fR(1) automatically after each package merge.  Also, if you
12 make changes to \fI/etc/env.d\fR, you should run \fBenv-update\fR
13 yourself for changes to take effect immediately.  Note that this would
14 only affect new processes.  In order for the changes to affect your
15 active shell, you will probably have to run \fIsource /etc/profile\fR
16 first.
17 .SH "OPTIONS"
18 .TP
19 .B \-\-no\-ldconfig
20 Do not run \fBldconfig\fR (and thus skip rebuilding the \fIld.so.cache\fR,
21 etc...).
22 .SH "REPORTING BUGS"
23 Please report bugs via http://bugs.gentoo.org/
24 .SH "AUTHORS"
25 Daniel Robbins <drobbins@gentoo.org>
26 .SH "SEE ALSO"
27 .BR emerge (1),
28 .BR ldconfig (8)