summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-05-24 19:59:28 +0000
committertron <tron@pkgsrc.org>1998-05-24 19:59:28 +0000
commit3c9dc3de69414bea873048acbe1e83c121885377 (patch)
treeb15c600cbce0ac465da92fe78cdba7fd3e9fdd9d /www
parent9a6221a4b90f379c1bb2ac78900bd22aee636147 (diff)
downloadpkgsrc-3c9dc3de69414bea873048acbe1e83c121885377.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')
-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