]> Pileus Git - ~andy/sunrise/commitdiff
changed the die error message for CONFIG_SECURITY issues
authorAusten Dicken (cvpcs) <admin@cvpc.dyndns.org>
Thu, 24 Apr 2008 18:50:19 +0000 (18:50 +0000)
committerAusten Dicken (cvpcs) <admin@cvpc.dyndns.org>
Thu, 24 Apr 2008 18:50:19 +0000 (18:50 +0000)
svn path=/sunrise/; revision=6098

sys-fs/aufs/aufs-20080422.ebuild

index 342ba6a008a9599efb4d6a76ed2a670f1a7d3e1e..43f1bd67ef3f569254dfdf72bd9233627ebf880a 100644 (file)
@@ -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