summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-aa
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-05-24 19:03:05 +0000
committertron <tron@pkgsrc.org>1998-05-24 19:03:05 +0000
commit9a6221a4b90f379c1bb2ac78900bd22aee636147 (patch)
treecead84bcb1f61db84b3461cf34b1dfde85452431 /www/squid/patches/patch-aa
parentbeb57e57b911f4c8ae03ad65ee2f2202619ad220 (diff)
downloadpkgsrc-9a6221a4b90f379c1bb2ac78900bd22aee636147.tar.gz
pidfile belongs to "/var/run".
Diffstat (limited to 'www/squid/patches/patch-aa')
-rw-r--r--www/squid/patches/patch-aa11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/squid/patches/patch-aa b/www/squid/patches/patch-aa
index 635b0d10bf5..84051575b98 100644
--- a/www/squid/patches/patch-aa
+++ b/www/squid/patches/patch-aa
@@ -1,5 +1,5 @@
--- src/Makefile.in.orig Fri Oct 24 19:57:11 1997
-+++ src/Makefile.in Sat May 23 22:31:58 1998
++++ src/Makefile.in Sun May 24 12:01:18 1998
@@ -5,19 +5,19 @@
#
# Uncomment and customize the following to suit your needs:
@@ -32,6 +32,15 @@
DEFINES = $(HOST_OPT) $(AUTH_OPT) $(LOG_HDRS_OPT) \
$(ICMP_OPT) $(DELAY_HACK) $(USERAGENT_OPT) \
+@@ -41,7 +41,7 @@
+ DEFAULT_CACHE_LOG = $(localstatedir)/logs/cache.log
+ DEFAULT_ACCESS_LOG = $(localstatedir)/logs/access.log
+ DEFAULT_STORE_LOG = $(localstatedir)/logs/store.log
+-DEFAULT_PID_FILE = $(localstatedir)/logs/squid.pid
++DEFAULT_PID_FILE = /var/run/squid.pid
+ DEFAULT_SWAP_DIR = $(localstatedir)/cache
+ DEFAULT_PINGER = $(libexecdir)/pinger
+ DEFAULT_UNLINKD = $(libexecdir)/unlinkd
@@ -199,14 +199,14 @@
echo "mkdir $(sysconfdir)"; \
mkdir $(sysconfdir); \