summaryrefslogtreecommitdiff
path: root/www/squid3/files/squid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid3/files/squid.sh')
-rw-r--r--www/squid3/files/squid.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid3/files/squid.sh b/www/squid3/files/squid.sh
index 51374f09a53..d37e9135c8d 100644
--- a/www/squid3/files/squid.sh
+++ b/www/squid3/files/squid.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: squid.sh,v 1.1 2013/12/10 14:48:26 adam Exp $
+# $NetBSD: squid.sh,v 1.1.6.1 2014/09/01 22:18:03 tron Exp $
#
# PROVIDE: squid
# REQUIRE: DAEMON
@@ -16,12 +16,12 @@ name="squid"
rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="@VARBASE@/run/${name}.pid"
+procname="squid-1"
required_files="${squid_conf} @PKG_SYSCONFDIR@/mime.conf"
command_args="-Y -f ${squid_conf}"
start_precmd='ulimit -n 4096'
# Note: 'shutdown' waits 30 seconds, while 'interrupt' stops immediately
-stop_cmd="${command} ${squid_flags} ${command_args} -k interrupt"
reload_cmd="${command} ${squid_flags} ${command_args} -k reconfigure"
rotate_cmd="${command} ${squid_flags} ${command_args} -k rotate"
createdirs_cmd="${command} ${squid_flags} ${command_args} -z"