Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r479 - trunk/modules
Date: Mon, 20 Apr 2009 17:06:55
Message-Id: E1LvwxD-0007nc-MC@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-20 17:06:47 +0000 (Mon, 20 Apr 2009)
3 New Revision: 479
4
5 Modified:
6 trunk/modules/rc.eselect
7 Log:
8 Add a comment.
9
10 Modified: trunk/modules/rc.eselect
11 ===================================================================
12 --- trunk/modules/rc.eselect 2009-04-20 17:00:59 UTC (rev 478)
13 +++ trunk/modules/rc.eselect 2009-04-20 17:06:47 UTC (rev 479)
14 @@ -23,6 +23,7 @@
15
16 # get_runlevel PRIVATE
17 # determine the current runlevel
18 +# this is only functional if source_rc_functions has been called before
19 get_runlevel() {
20 if type rc_runlevel &>/dev/null; then
21 rc_runlevel || die "rc_runlevel failed"