diff options
author | taca <taca@pkgsrc.org> | 2006-06-21 12:10:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-06-21 12:10:35 +0000 |
commit | 5357e42139d41bc49bbfe7397333353b0857c406 (patch) | |
tree | ffa70933255c51c4e53e66f182432dc6cb5d04a2 /www | |
parent | 03482fbfcb568cbc47a3cae39263180c6dd4c14b (diff) | |
download | pkgsrc-5357e42139d41bc49bbfe7397333353b0857c406.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')
-rw-r--r-- | www/squid/Makefile | 4 | ||||
-rw-r--r-- | www/squid/files/squid.sh | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 5065a34e61c..c10dbaa858a 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.179 2006/06/12 15:36:11 taca Exp $ +# $NetBSD: Makefile,v 1.180 2006/06/21 12:10:35 taca Exp $ DISTNAME= squid-2.5.STABLE14 PKGNAME= squid-2.5.14 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ 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" |