diff options
author | Michael Glauche <mglauche@gentoo.org> | 2005-01-10 19:58:27 +0000 |
---|---|---|
committer | Michael Glauche <mglauche@gentoo.org> | 2005-01-10 19:58:27 +0000 |
commit | 5011658bad5ae3888078d5cafd3004e8fde3418d (patch) | |
tree | 2110beb14d5ef7984d3dcb3a96da29d7b48db81f /net-fs | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-5011658bad5ae3888078d5cafd3004e8fde3418d.tar.gz gentoo-2-5011658bad5ae3888078d5cafd3004e8fde3418d.tar.bz2 gentoo-2-5011658bad5ae3888078d5cafd3004e8fde3418d.zip |
small bug fix for bug #77329
Diffstat (limited to 'net-fs')
-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" } |