summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-04-11 13:41:55 +0000
committerAlin Năstac <mrness@gentoo.org>2007-04-11 13:41:55 +0000
commitca19421e234f1b509aa55ac9d16da6b41954d1b0 (patch)
treef01e940cbff1a2ebdcad43639022359316f47445 /net-proxy
parentelibtoolize for FreeBSD users. (diff)
downloadgentoo-2-ca19421e234f1b509aa55ac9d16da6b41954d1b0.tar.gz
gentoo-2-ca19421e234f1b509aa55ac9d16da6b41954d1b0.tar.bz2
gentoo-2-ca19421e234f1b509aa55ac9d16da6b41954d1b0.zip
Simplify postinst info messages
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/squidguard/ChangeLog7
-rw-r--r--net-proxy/squidguard/squidguard-1.2.0-r1.ebuild12
2 files changed, 9 insertions, 10 deletions
diff --git a/net-proxy/squidguard/ChangeLog b/net-proxy/squidguard/ChangeLog
index 49d8b5a03c06..9f9da8730a2b 100644
--- a/net-proxy/squidguard/ChangeLog
+++ b/net-proxy/squidguard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/squidguard
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidguard/ChangeLog,v 1.7 2006/11/07 07:58:18 blubb Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidguard/ChangeLog,v 1.8 2007/04/11 13:41:55 mrness Exp $
+
+ 11 Apr 2007; Alin Năstac <mrness@gentoo.org> squidguard-1.2.0-r1.ebuild:
+ Simplify postinst info messages.
07 Nov 2006; <blubb@gentoo.org> squidguard-1.2.0-r1.ebuild:
stable on amd64
diff --git a/net-proxy/squidguard/squidguard-1.2.0-r1.ebuild b/net-proxy/squidguard/squidguard-1.2.0-r1.ebuild
index 892158daf3ff..04eba016be50 100644
--- a/net-proxy/squidguard/squidguard-1.2.0-r1.ebuild
+++ b/net-proxy/squidguard/squidguard-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidguard/squidguard-1.2.0-r1.ebuild,v 1.8 2006/11/07 07:58:18 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidguard/squidguard-1.2.0-r1.ebuild,v 1.9 2007/04/11 13:41:55 mrness Exp $
inherit eutils autotools
@@ -62,12 +62,8 @@ src_install() {
pkg_postinst() {
einfo "To enable squidGuard, add the following lines to /etc/squid/squid.conf:"
- einfo " - for squid ver 2.5"
- einfo " ${HILITE}redirect_program /usr/bin/squidGuard${NORMAL}"
- einfo " ${HILITE}redirect_children 10${NORMAL}"
- einfo " - for squid ver 2.6"
- einfo " ${HILITE}url_rewrite_program /usr/bin/squidGuard${NORMAL}"
- einfo " ${HILITE}url_rewrite_children 10${NORMAL}"
+ einfo " url_rewrite_program /usr/bin/squidGuard"
+ einfo " url_rewrite_children 10"
einfo ""
einfo "Remember to edit /etc/squidGuard/squidGuard.conf first!"
einfo "Examples can be found in /etc/squidGuard/sample/"