From 7fbfc467423cf1c16177fb36d185691f761dde71 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 16 Apr 2015 19:33:18 +0200 Subject: [PATCH] php-fpm: upate to 5.5.24 --- php-fpm/.md5sum | 4 ++-- php-fpm/Pkgfile | 2 +- php-fpm/php-fpm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-fpm/.md5sum b/php-fpm/.md5sum index 25893ded0..eebecf2e3 100644 --- a/php-fpm/.md5sum +++ b/php-fpm/.md5sum @@ -1,2 +1,2 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz -8e28a716c6d3a1345449521d659c5ec6 php-fpm +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz +954d95b7f645f3435815195aeeac6949 php-fpm diff --git a/php-fpm/Pkgfile b/php-fpm/Pkgfile index ebfb06ca5..04f3e2867 100644 --- a/php-fpm/Pkgfile +++ b/php-fpm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xz libpcre libxml2 name=php-fpm -version=5.5.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz php-fpm) diff --git a/php-fpm/php-fpm b/php-fpm/php-fpm index ea165def6..e140cd153 100644 --- a/php-fpm/php-fpm +++ b/php-fpm/php-fpm @@ -24,7 +24,7 @@ reload) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;;