summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-10-22 23:12:43 +0000
committerAlin Năstac <mrness@gentoo.org>2009-10-22 23:12:43 +0000
commit62c732a80bf40d40fc8f3823c133a60bfd45b0b7 (patch)
treeead5c94b8475d189cf66f1d66e28a0323ef1693c
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-62c732a80bf40d40fc8f3823c133a60bfd45b0b7.tar.gz
gentoo-2-62c732a80bf40d40fc8f3823c133a60bfd45b0b7.tar.bz2
gentoo-2-62c732a80bf40d40fc8f3823c133a60bfd45b0b7.zip
fix default pidfile path
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r--net-proxy/squid/squid-3.1.0.14_beta.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-proxy/squid/squid-3.1.0.14_beta.ebuild b/net-proxy/squid/squid-3.1.0.14_beta.ebuild
index 0e7682cae72f..817d7844b1d4 100644
--- a/net-proxy/squid/squid-3.1.0.14_beta.ebuild
+++ b/net-proxy/squid/squid-3.1.0.14_beta.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.0.14_beta.ebuild,v 1.1 2009/10/22 22:30:13 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.0.14_beta.ebuild,v 1.2 2009/10/22 23:12:43 mrness Exp $
EAPI="2"
@@ -116,6 +116,7 @@ src_configure() {
--sysconfdir=/etc/squid \
--libexecdir=/usr/libexec/squid \
--localstatedir=/var \
+ --with-pidfile=/var/run/squid.pid \
--datadir=/usr/share/squid \
--with-logdir=/var/log/squid \
--with-default-user=squid \