aboutsummaryrefslogtreecommitdiff
blob: 157296a954ace30b5f773bdfe5518dfc9a15ea53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.\" Copyright 2005-2017 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH env.eselect 5 "December 2009" "Gentoo Linux" eselect
.SH NAME
env.eselect \- The environment and ld.so.cache management module for
Gentoo's eselect
.SH SYNOPSIS
.B eselect env
.RB [ help | usage | version ]
.br
.B eselect env update
.RB [ noldconfig ]
.SH DESCRIPTION
.B eselect
is Gentoo's configuration and management tool.  It features modules
that care for the individual administrative tasks.
.SH ACTION: UPDATE
.B eselect env update
.RB [ noldconfig ]
.br
Parses all files in /etc/env.d/ for their environment variables and
assembles them to one file (/etc/profile.{env,csh}).
Further, it creates ld.so.conf/ld\-elf.so.hints and prelink.conf based
on the collected vars, unless option
.B noldconfig
is specified.

# eselect env update
.br
Regenerating /etc/ld.so.cache...
.SH AUTHOR
Danny van Dyk <kugelfang@gentoo.org>
.SH SEE ALSO
.BR eselect (1)