Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-info.eclass
Date: Fri, 27 Mar 2009 20:13:20
Message-Id: E1LnIQK-0001SI-MP@stork.gentoo.org
1 loki_val 09/03/27 20:13:04
2
3 Modified: linux-info.eclass
4 Log:
5 Fix obvious typo in comments. Thanks to zlin for noticing.
6
7 Revision Changes Path
8 1.59 eclass/linux-info.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.eclass?rev=1.59&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.eclass?rev=1.59&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.eclass?r1=1.58&r2=1.59
13
14 Index: linux-info.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v
17 retrieving revision 1.58
18 retrieving revision 1.59
19 diff -u -r1.58 -r1.59
20 --- linux-info.eclass 12 Jan 2009 23:04:54 -0000 1.58
21 +++ linux-info.eclass 27 Mar 2009 20:13:04 -0000 1.59
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.58 2009/01/12 23:04:54 maekke Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.59 2009/03/27 20:13:04 loki_val Exp $
27 #
28 # Original author: John Mylchreest <johnm@g.o>
29 # Maintainer: kernel-misc@g.o
30 @@ -197,7 +197,7 @@
31 # @USAGE: option
32 # @RETURN: true or false
33 # @DESCRIPTION:
34 -# It checks that CONFIG_<option>=y or CONFIG_<option>=n is present in the current kernel .config
35 +# It checks that CONFIG_<option>=y or CONFIG_<option>=m is present in the current kernel .config
36 linux_chkconfig_present() {
37 local RESULT
38 require_configured_kernel