diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-07-21 20:24:47 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-07-21 20:24:47 +0000 |
commit | 067069dcd71776fd989885b4de1cd7fe9950a359 (patch) | |
tree | 8d4de937f3fd28c2c86577848077738c7a1ac1ba /net-proxy/squid | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-067069dcd71776fd989885b4de1cd7fe9950a359.tar.gz gentoo-2-067069dcd71776fd989885b4de1cd7fe9950a359.tar.bz2 gentoo-2-067069dcd71776fd989885b4de1cd7fe9950a359.zip |
fixed typo (#99337)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-proxy/squid')
-rw-r--r-- | net-proxy/squid/squid-2.5.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/squid/squid-2.5.10.ebuild b/net-proxy/squid/squid-2.5.10.ebuild index 999d5f11c522..e7938483d583 100644 --- a/net-proxy/squid/squid-2.5.10.ebuild +++ b/net-proxy/squid/squid-2.5.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-proxy/squid/squid-2.5.10.ebuild,v 1.9 2005/07/20 12:20:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.5.10.ebuild,v 1.10 2005/07/21 20:24:47 mrness Exp $ inherit eutils pam toolchain-funcs @@ -198,7 +198,7 @@ pkg_postinst() { ewarn "Squid authentication helpers have been installed suid root" ewarn "This allows shadow based authentication, see bug #52977 for more" echo - einfo "To winbind auth work with your squid your should change the" + einfo "For winbind authentication to work with squid you should change the" einfo "/var/cache/samba/winbindd_privileged group to the same one you use" einfo "in the cache_effective_group option on your squid.conf:" einfo " chgrp squid /var/cache/samba/winbindd_privileged" |