summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-03-21 01:32:39 +0000
committerDonny Davies <woodchip@gentoo.org>2002-03-21 01:32:39 +0000
commitb3890ae6747df2cc30f620f7ec388f9a2bed6988 (patch)
tree54e8e2508679a9ec007a4119926fd5df3be77c75 /net-www/squid
parentUpdated to latest release, fixing several bugs along the way. (diff)
downloadhistorical-b3890ae6747df2cc30f620f7ec388f9a2bed6988.tar.gz
historical-b3890ae6747df2cc30f620f7ec388f9a2bed6988.tar.bz2
historical-b3890ae6747df2cc30f620f7ec388f9a2bed6988.zip
tidy postinst() message
Diffstat (limited to 'net-www/squid')
-rw-r--r--net-www/squid/squid-2.4.6.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-www/squid/squid-2.4.6.ebuild b/net-www/squid/squid-2.4.6.ebuild
index 3654b5b92800..931bd54d3894 100644
--- a/net-www/squid/squid-2.4.6.ebuild
+++ b/net-www/squid/squid-2.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.4.6.ebuild,v 1.1 2002/03/21 01:23:36 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.4.6.ebuild,v 1.2 2002/03/21 01:32:39 woodchip Exp $
# this could be cleaner..
MY_P=${PN}-2.4.STABLE6
@@ -113,8 +113,7 @@ src_install() {
}
pkg_postinst() {
- # Here since syslog logging is enabled by default. Also helpful
- # if you had previously installed but never _ran_ it.
+ # This helps if you had it installed, but never _ran_ it.
install -m0755 -o squid -g squid -d ${ROOT}/var/cache/squid
install -m0755 -o squid -g squid -d ${ROOT}/var/log/squid
}