Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: fcaps.eclass
Date: Wed, 30 Jan 2013 07:15:54
Message-Id: 20130130071550.4FCC72171D@flycatcher.gentoo.org
1 vapier 13/01/30 07:15:49
2
3 Modified: fcaps.eclass
4 Log:
5 also warn about CONFIG_EXT{2,3,4}_FS_SECURITY options #454440
6
7 Revision Changes Path
8 1.3 eclass/fcaps.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fcaps.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fcaps.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fcaps.eclass?r1=1.2&r2=1.3
13
14 Index: fcaps.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- fcaps.eclass 27 Jan 2013 17:47:10 -0000 1.2
21 +++ fcaps.eclass 30 Jan 2013 07:15:49 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.2 2013/01/27 17:47:10 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.3 2013/01/30 07:15:49 vapier Exp $
27
28 # @ECLASS: fcaps.eclass
29 # @MAINTAINER:
30 @@ -133,6 +133,7 @@
31 local fstype=$(stat -f -c %T "${file}")
32 ewarn "Could not set caps on '${file}' due to missing filesystem support."
33 ewarn "Make sure you enable XATTR support for '${fstype}' in your kernel."
34 + ewarn "You might also have to enable the relevant FS_SECURITY option."
35 fi
36 else
37 # Sanity check that everything took.