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 | 3a6b1c7f55215c87a7739ae0a6d0949c2acd9203 (patch) | |
tree | 4831c7ae0653a916d2f498a3093f2a8da1836925 /net-fs | |
parent | Stable on sparc (diff) | |
download | historical-3a6b1c7f55215c87a7739ae0a6d0949c2acd9203.tar.gz historical-3a6b1c7f55215c87a7739ae0a6d0949c2acd9203.tar.bz2 historical-3a6b1c7f55215c87a7739ae0a6d0949c2acd9203.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" } |