sys.path = ["/usr/lib/portage/pym"]+sys.path
def usage(status):
- print "Usage: env-update"
+ print "Usage: env-update [--no-ldconfig]"
print ""
print "See the env-update(1) man page for more info"
sys.exit(status)
-.TH "ENV-UPDATE" "1" "Dec 2005" "Portage 2.1" "Portage"
+.TH "ENV-UPDATE" "1" "Mar 2006" "Portage 2.1" "Portage"
.SH NAME
-env-update \- updates environment settings automatically
+env\-update \- updates environment settings automatically
.SH SYNOPSIS
-.B env-update
+\fBenv\-update\fR \fI[options]\fR
.SH DESCRIPTION
-.B env-update
+.B env\-update
reads the files in \fI/etc/env.d\fR and automatically generates
\fI/etc/profile.env\fR and \fI/etc/ld.so.conf\fR. Then \fBldconfig\fR(8)
is run to update \fI/etc/ld.so.cache\fR. \fBenv-update\fR is run by
first.
.SH OPTIONS
.TP
-None.
+.B \-\-no\-ldconfig
+Do not run ldconfig (and thus skip rebuilding the ldso cache, updating the
+links in library paths, etc...).
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.SH AUTHORS