summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-06-28 10:10:36 +0200
committerZac Medico <zmedico@gentoo.org>2011-06-29 02:29:55 -0700
commite1347f9c0dd5ef5ff1a50d6b136b0648efb8a6ca (patch)
tree19c06a878f9cd827ef4109024f7b883420eae3d3 /man
parent31c9c68d7e96070166fe385141400fa3bcb5950e (diff)
downloadportage-e1347f9c0dd5ef5ff1a50d6b136b0648efb8a6ca.tar.gz
portage-e1347f9c0dd5ef5ff1a50d6b136b0648efb8a6ca.tar.bz2
portage-e1347f9c0dd5ef5ff1a50d6b136b0648efb8a6ca.zip
Don't ever recreate root .so links on env-update.
We install .so symlinks with packages, so let's use that instead of letting ldconfig update them for no reason. This should fix problems with preserved-libs.
Diffstat (limited to 'man')
-rw-r--r--man/env-update.13
1 files changed, 1 insertions, 2 deletions
diff --git a/man/env-update.1 b/man/env-update.1
index b175379b7..4561ab4b9 100644
--- a/man/env-update.1
+++ b/man/env-update.1
@@ -17,8 +17,7 @@ first.
.SH OPTIONS
.TP
.B \-\-no\-ldconfig
-Do not run ldconfig (and thus skip rebuilding the ldso cache, updating the
-links in library paths, etc...).
+Do not run ldconfig (and thus skip rebuilding the ld.so cache, etc...).
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.SH AUTHORS