diff options
author | tron <tron> | 1998-05-24 19:03:05 +0000 |
---|---|---|
committer | tron <tron> | 1998-05-24 19:03:05 +0000 |
commit | e2326d1204029da07fe3d6d36c41f609d9ada79e (patch) | |
tree | cead84bcb1f61db84b3461cf34b1dfde85452431 /www | |
parent | c90993ec77480816c25310ee05e9de2f7ae73aeb (diff) | |
download | pkgsrc-e2326d1204029da07fe3d6d36c41f609d9ada79e.tar.gz |
pidfile belongs to "/var/run".
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/patches/patch-aa | 11 |
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); \ |