diff options
author | Austen Dicken (cvpcs) <admin@cvpc.dyndns.org> | 2008-04-24 18:50:19 +0000 |
---|---|---|
committer | Austen Dicken (cvpcs) <admin@cvpc.dyndns.org> | 2008-04-24 18:50:19 +0000 |
commit | 03ddce5287064b541f8a2c4153d567ad38888e3c (patch) | |
tree | a45d4491b6dd1e4a5e24e0bf62f60fd4d4aac13f | |
parent | adjusted ebuild for aufs-20080422 (diff) | |
download | sunrise-03ddce5287064b541f8a2c4153d567ad38888e3c.tar.gz sunrise-03ddce5287064b541f8a2c4153d567ad38888e3c.tar.bz2 sunrise-03ddce5287064b541f8a2c4153d567ad38888e3c.zip |
changed the die error message for CONFIG_SECURITY issues
svn path=/sunrise/; revision=6098
-rw-r--r-- | sys-fs/aufs/aufs-20080422.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/aufs/aufs-20080422.ebuild b/sys-fs/aufs/aufs-20080422.ebuild index 342ba6a00..43f1bd67e 100644 --- a/sys-fs/aufs/aufs-20080422.ebuild +++ b/sys-fs/aufs/aufs-20080422.ebuild @@ -36,7 +36,7 @@ pkg_setup() { eerror "${PN} requires that all kernels with CONFIG_SECURITY enabled >= 2.6.24" eerror "be patched. Please enable visit ${HOMEPAGE} and read" eerror "about the sec_perm patch to enable ${PN} support." - die "Invalid configuration" + die "Invalid kernel configuration, we won't compile if CONFIG_SECURITY is enabled" fi fi |