Bump daemon_timeout from 31 to 35. Default squid shutdown timeout is 30s,

but we may be a bit slow, so give us some room.

ok sthen@ (maintainer)
This commit is contained in:
ajacoutot 2014-11-17 14:02:19 +00:00
parent 25ae53cb56
commit d6aa8845b4
4 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2014/07/19 22:36:13 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.22 2014/11/17 14:02:19 ajacoutot Exp $
D= 20140626-r13480
V= 3.5pre${D:C/-.*//}
DISTNAME= squid-3.HEAD-$D
EXTRACT_SUFX= .tar.bz2
REVISION= 0
REVISION-main= 1
REVISION-main= 2
# future versions will be requiring c++11 support, so let's build
# the devel version in squid/snapshot with a newer compiler to get

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# $OpenBSD: squid.rc,v 1.2 2014/07/09 14:19:58 ajacoutot Exp $
# $OpenBSD: squid.rc,v 1.3 2014/11/17 14:02:19 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/squid"
daemon_timeout="31"
daemon_timeout="35"
. /etc/rc.d/rc.subr

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.18 2014/11/07 01:00:01 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2014/11/17 14:02:19 ajacoutot Exp $
V= 3.4.9
REVISION-main= 0
EXTERNAL_ACL= LDAP_group SQL_session file_userip time_quota session \
unix_group wbinfo_group

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# $OpenBSD: squid.rc,v 1.3 2014/07/09 14:19:59 ajacoutot Exp $
# $OpenBSD: squid.rc,v 1.4 2014/11/17 14:02:19 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/squid"
daemon_timeout="31"
daemon_timeout="35"
. /etc/rc.d/rc.subr