pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid Modify startup script to honor squid_flags i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/98729004a836
branches: trunk
changeset: 514954:98729004a836
user: taca <taca%pkgsrc.org@localhost>
date: Wed Jun 21 12:10:35 2006 +0000
description:
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:
www/squid/Makefile | 4 ++--
www/squid/files/squid.sh | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r fdb85b555566 -r 98729004a836 www/squid/Makefile
--- a/www/squid/Makefile Wed Jun 21 11:15:58 2006 +0000
+++ b/www/squid/Makefile Wed Jun 21 12:10:35 2006 +0000
@@ -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 -r fdb85b555566 -r 98729004a836 www/squid/files/squid.sh
--- a/www/squid/files/squid.sh Wed Jun 21 11:15:58 2006 +0000
+++ b/www/squid/files/squid.sh Wed Jun 21 12:10:35 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index