#!/bin/sh
# squid-stop - Stops the "squid" daemon
# License:  Public domain (for this file only)
# Revision: 101002

killall -qw --signal SIGTERM squid
