summaryrefslogtreecommitdiff
path: root/www/squid/files
diff options
context:
space:
mode:
authortaca <taca>2006-06-21 12:10:35 +0000
committertaca <taca>2006-06-21 12:10:35 +0000
commit5fd015e04ec40b8ec09494fb8e47b87e7edb30ba (patch)
treeffa70933255c51c4e53e66f182432dc6cb5d04a2 /www/squid/files
parent73e5f4c2b60c7715723e3095d84ef8a13b972097 (diff)
downloadpkgsrc-5fd015e04ec40b8ec09494fb8e47b87e7edb30ba.tar.gz
Modify startup script to honor squid_flags in /etc/rc.conf.
Thanks to Joel CARNAT who reported the problem on tech-pkg. Bump PKGREVISION.
Diffstat (limited to 'www/squid/files')
-rw-r--r--www/squid/files/squid.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh
index 0f785ecc7cb..38601f9a59a 100644
--- a/www/squid/files/squid.sh
+++ b/www/squid/files/squid.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: squid.sh,v 1.18 2005/04/25 15:39:14 taca Exp $
+# $NetBSD: squid.sh,v 1.19 2006/06/21 12:10:35 taca Exp $
#
# PROVIDE: squid
@@ -16,7 +16,6 @@ pidfile="@VARBASE@/run/${name}.pid"
required_files="${conf_file} @PKG_SYSCONFDIR@/mime.conf"
command_args="-Y -f $conf_file"
-start_cmd="${command} ${command_args}"
stop_cmd="stop_nicely"
kill_command="${command} -k shutdown"
reload_cmd="${command} -k reconfigure"