Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r493 - in trunk: . modules
Date: Wed, 22 Apr 2009 22:21:12
Message-Id: E1LwkoY-0004Vn-9n@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-22 22:21:09 +0000 (Wed, 22 Apr 2009)
3 New Revision: 493
4
5 Modified:
6 trunk/ChangeLog
7 trunk/modules/env.eselect
8 Log:
9 Document "noldconfig" parameter in env module.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2009-04-22 22:18:41 UTC (rev 492)
14 +++ trunk/ChangeLog 2009-04-22 22:21:09 UTC (rev 493)
15 @@ -1,5 +1,8 @@
16 2009-04-23 Ulrich Mueller <ulm@g.o>
17
18 + * modules/env.eselect (describe_update_parameters):
19 + Add "noldconfig" parameter.
20 +
21 * man/eselect.1: Update, "list-modules" is now "modules list".
22
23 * man/rc.eselect.5: Document latest changes in "show" action.
24
25 Modified: trunk/modules/env.eselect
26 ===================================================================
27 --- trunk/modules/env.eselect 2009-04-22 22:18:41 UTC (rev 492)
28 +++ trunk/modules/env.eselect 2009-04-22 22:21:09 UTC (rev 493)
29 @@ -257,7 +257,7 @@
30 }
31
32 describe_update_parameters() {
33 - echo "<makelinks>"
34 + echo "<makelinks> <noldconfig>"
35 }
36
37 describe_update_options() {