summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authortron <tron>1998-05-24 19:59:28 +0000
committertron <tron>1998-05-24 19:59:28 +0000
commit10afe37625b3fc56b450d0e70079c915d78fe01d (patch)
treeb15c600cbce0ac465da92fe78cdba7fd3e9fdd9d /www/squid
parent1244bc5acc97cd95a8e54b5604b1a7e37522d7fb (diff)
downloadpkgsrc-10afe37625b3fc56b450d0e70079c915d78fe01d.tar.gz
"RunCache" doesn't put its logfile in the current directory any more. So we
don't need to change it.
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/files/squid.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh
index 731afdff406..eebc4ea5d18 100644
--- a/www/squid/files/squid.sh
+++ b/www/squid/files/squid.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: squid.sh,v 1.1 1998/05/23 21:27:21 tron Exp $
+# $NetBSD: squid.sh,v 1.2 1998/05/24 19:59:28 tron Exp $
#
if [ -x @PREFIX@/sbin/RunCache -a -f @PREFIX@/etc/squid/squid.conf ];
then
- (cd /var/run; @PREFIX@/sbin/RunCache >/dev/null 2>&1 &)
+ @PREFIX@/sbin/RunCache >/dev/null 2>&1 &
echo -n ' squid'
fi
exit 0