diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-30 07:15:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-30 07:15:49 +0000 |
commit | 48d6515c0d60764de1719377e5569d6a85e7721e (patch) | |
tree | 70b9c980c4058e1e93e9f7dd71fc593c3791951d /eclass | |
parent | Update code2color script info #454574 by Csaba PĂ©ter. (diff) | |
download | historical-48d6515c0d60764de1719377e5569d6a85e7721e.tar.gz historical-48d6515c0d60764de1719377e5569d6a85e7721e.tar.bz2 historical-48d6515c0d60764de1719377e5569d6a85e7721e.zip |
also warn about CONFIG_EXT{2,3,4}_FS_SECURITY options #454440
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/fcaps.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass index 7de8ce7830d5..13f62be5fc1a 100644 --- a/eclass/fcaps.eclass +++ b/eclass/fcaps.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.2 2013/01/27 17:47:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.3 2013/01/30 07:15:49 vapier Exp $ # @ECLASS: fcaps.eclass # @MAINTAINER: @@ -133,6 +133,7 @@ fcaps() { local fstype=$(stat -f -c %T "${file}") ewarn "Could not set caps on '${file}' due to missing filesystem support." ewarn "Make sure you enable XATTR support for '${fstype}' in your kernel." + ewarn "You might also have to enable the relevant FS_SECURITY option." fi else # Sanity check that everything took. |