diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-03-21 01:32:39 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-03-21 01:32:39 +0000 |
commit | 87cd0502cea097e8f4d6c7ad186759e7db695d93 (patch) | |
tree | 8119bcd2f190cb6eb6b03450c40d9aa063409ff7 /net-www | |
parent | Updated to latest release, fixing several bugs along the way. (diff) | |
download | gentoo-2-87cd0502cea097e8f4d6c7ad186759e7db695d93.tar.gz gentoo-2-87cd0502cea097e8f4d6c7ad186759e7db695d93.tar.bz2 gentoo-2-87cd0502cea097e8f4d6c7ad186759e7db695d93.zip |
tidy postinst() message
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/squid/squid-2.4.6.ebuild | 5 |
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 } |