diff options
Diffstat (limited to 'sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild')
-rw-r--r-- | sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild b/sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild index 387c45dbfc96..57001687e30b 100644 --- a/sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild +++ b/sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild,v 1.1 2005/01/13 18:03:01 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.6.10.ebuild,v 1.2 2005/01/14 00:21:32 kang Exp $ IUSE="" ETYPE="sources" @@ -38,4 +38,9 @@ src_unpack() { pkg_postinst() { postinst_sources ewarn "Please configure and compile your RSBAC kernel before installing rsbac-admin tools" + + einfo "Guides are available from the Gentoo Documentation Project for this kernel" + einfo "Please see http://www.gentoo.org/proj/en/hardened/rsbac/quickstart.xml" + einfo "And the RSBAC hardened project http://www.gentoo.org/proj/en/hardened/rsbac/" + einfo "For help setting up and using RSBAC." } |