aboutsummaryrefslogtreecommitdiff
path: root/www/squid27/files/squid.in
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-04 23:18:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-04 23:18:03 +0000
commit77ef929fa4140ee7abf2fa56a58e3b16b1e13873 (patch)
tree21b13a0e2e1c5e9a19cf1b869eef53c8d8e300b8 /www/squid27/files/squid.in
parentdcb7193134024e83af9b7ff43971e1a6484f888b (diff)
downloadports-77ef929fa4140ee7abf2fa56a58e3b16b1e13873.tar.gz
ports-77ef929fa4140ee7abf2fa56a58e3b16b1e13873.zip
- Update to 2.6STABLE4
- integrate most of the vendor patches available from <http://www.squid-cache.org/Versions/v2/2.6/changesets/> up to changeset 11066 - replace the FTP mirror at progeny.com (which seems to be gone and is no longer listed on <http://www.squid-cache.org/Mirrors/ftp-mirrors.html>) with the one hosted by Vistech - remove a redundant / from PATCH_SITE_SUBDIR - update the ICAP patchsets to current ICAP CVS - add an extra patch that adds a decription of how to remap the threading library to the documentation of the aufs file system in squid.conf when Squid is built with aufs support on FreeBSD >= 5.1 - make the rc script pass ${squid_flags} in the shutdown and reconfigure case (ports/100510) - fix a path description in pkg-message (pointed out by "Tuc at the Beach House") - use "Squid" in the pseudo-user's description, too PR: ports/105022 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
Notes
Notes: svn path=/head/; revision=176378
Diffstat (limited to 'www/squid27/files/squid.in')
-rw-r--r--www/squid27/files/squid.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid27/files/squid.in b/www/squid27/files/squid.in
index 284b0112010d..350082200d87 100644
--- a/www/squid27/files/squid.in
+++ b/www/squid27/files/squid.in
@@ -16,7 +16,7 @@
squid_stop() {
echo "Stopping ${name}."
- ${command} -k shutdown
+ ${command} ${squid_flags} -k shutdown
run_rc_command poll
}
@@ -27,7 +27,7 @@ rcvar=${name}_enable
command=%%PREFIX%%/sbin/squid
extra_commands=reload
-reload_cmd="${command} -k reconfigure"
+reload_cmd="${command} ${squid_flags} -k reconfigure"
stop_cmd="squid_stop"
load_rc_config ${name}