Date: Fri, 02 Mar 2001 14:53:37 +1030 From: Matthew Thyer <thyerm@camtech.net.au> To: adrian@freebsd.org Cc: ports@FreeBSD.org Subject: Badly needed addition to /usr/local/etc/rc.d/squid.sh Message-ID: <3A9F2049.26B042A6@camtech.net.au>
next in thread | raw e-mail | index | archive | help
Please Mr. Maintainer take notice of this. This will save people a lot of hassle. I'm sick of haveing to edit this startup script to make it useful. I you want me to put in a PR I will. stop) runcache_pid=`ps auxww | grep RunCache | awk '{print $2}'` if [ ${runcache_pid}X != X ]; then kill $runcache_pid fi /usr/local/sbin/squid -k shutdown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A9F2049.26B042A6>