Disable reloads of php-fpm for now, as it spins instead of reloading.

ok robert
This commit is contained in:
william 2012-05-19 02:49:45 +00:00
parent c20e01f117
commit 3f958812cc
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2012/05/08 21:29:16 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2012/05/19 02:49:45 william Exp $
PV= 5.3
V= ${PV}.13
@ -9,6 +9,7 @@ INI_TEMPLATES= development production
# fpm
PKGNAME-fpm?= php-fpm-${V}
REVISION-fpm= 0
MULTI_PACKAGES+= -fpm
COMMENT-fpm= stand-alone FPM version of PHP
CONFIGURE_ARGS+= --enable-fpm \

View File

@ -1,15 +1,12 @@
#!/bin/sh
#
# $OpenBSD: php_fpm.rc,v 1.1 2011/08/27 13:13:13 robert Exp $
# $OpenBSD: php_fpm.rc,v 1.2 2012/05/19 02:49:45 william Exp $
daemon="${TRUEPREFIX}/sbin/php-fpm-${PV}"
. /etc/rc.d/rc.subr
pexp="php-fpm-${PV}: master.*"
rc_reload() {
pkill -USR2 -f "^${pexp}"
}
rc_reload=NO
rc_cmd $1