A package to track the current version of squid.
[pkgsrc.git] / www / squid-current / files / squid.sh
1 #!/bin/sh
2 #
3 # $NetBSD$
4 #
5 if [ -x @PREFIX@/sbin/RunCache -a -f /etc/squid.conf ];
6 then
7  @PREFIX@/sbin/RunCache >/dev/null 2>&1 &
8  echo -n ' squid'
9 fi
10 exit 0