diff options
-rw-r--r-- | net-fs/samba/samba-3.0.10.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-fs/samba/samba-3.0.10.ebuild b/net-fs/samba/samba-3.0.10.ebuild index c7f290149b4c..2378caee12ba 100644 --- a/net-fs/samba/samba-3.0.10.ebuild +++ b/net-fs/samba/samba-3.0.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/net-fs/samba/samba-3.0.10.ebuild,v 1.2 2005/01/09 11:24:33 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.3 2005/01/10 19:58:27 mglauche Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -393,5 +393,7 @@ pkg_postinst() { ewarn " attribute on all accounts, and ensure it is not 0." einfo "" fi + einfo "There is a good HOWTO about setting up samba3 with cups and clamav at" + einfo "http://www.gentoo.org/doc/en/quick-samba-howto.xml" } |