diff options
author | tron <tron@pkgsrc.org> | 1998-05-24 19:59:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-24 19:59:28 +0000 |
commit | 3c9dc3de69414bea873048acbe1e83c121885377 (patch) | |
tree | b15c600cbce0ac465da92fe78cdba7fd3e9fdd9d /www/squid/files | |
parent | 9a6221a4b90f379c1bb2ac78900bd22aee636147 (diff) | |
download | pkgsrc-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/squid/files')
-rw-r--r-- | www/squid/files/squid.sh | 4 |
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 |