summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAusten Dicken (cvpcs) <admin@cvpc.dyndns.org>2008-04-24 18:50:19 +0000
committerAusten Dicken (cvpcs) <admin@cvpc.dyndns.org>2008-04-24 18:50:19 +0000
commit03ddce5287064b541f8a2c4153d567ad38888e3c (patch)
treea45d4491b6dd1e4a5e24e0bf62f60fd4d4aac13f /sys-fs
parentadjusted ebuild for aufs-20080422 (diff)
downloadsunrise-03ddce5287064b541f8a2c4153d567ad38888e3c.tar.gz
sunrise-03ddce5287064b541f8a2c4153d567ad38888e3c.tar.bz2
sunrise-03ddce5287064b541f8a2c4153d567ad38888e3c.zip
changed the die error message for CONFIG_SECURITY issues
svn path=/sunrise/; revision=6098
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/aufs/aufs-20080422.ebuild2
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