1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00

testing/php81: fix php81-fpm openrc

This commit is contained in:
Andy Postnikov 2022-02-08 16:11:35 +02:00
parent 0f18970471
commit 52adb3b51d
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
pkgname=php81
_pkgreal=php
pkgver=8.1.2
pkgrel=3
pkgrel=4
_apiver=20210902
_suffix=${pkgname#php}
# Is this package the default (latest) PHP version?
@ -618,7 +618,7 @@ _mv() {
sha512sums="
ec68587fc14d4e5aaa19d4a189c74b85e67b8ab4d5a15ef36115b564fc9e2f2b63bd608ea8c0e4a99615a24f38711b233f4e65b3672c3bfb69e1ab9d554a88cd php-8.1.2.tar.xz
0280c390bf4b67ebb0ed9006489ea0c6426d27844824b81e946e583c83743d0f846d6a3858c96c3cce9305966d4879be7533f7626add006c8bb13021848c7a0f php81-fpm.initd
7dc9f55b12998355a6a6b5cf277285058e66928215f8d0109448d06fb696a74c674f83d18a81bf03f4f0bee06e77979e9a4ee5c81c7fdebff91447f8e697cc69 php81-fpm.initd
98bb27864f1ece80fef18cb286885c8c18de8f9d1076507b6a24df07e33aa400623b90401375e7ebe55d9ff802069d281642ec7d3a58ef8727121aabe7643241 php81-fpm.logrotate
2e3b22b4adbc81c6120757095c89e56642f3e8bf7724af2926f2667759ef082cdcff416334aad87f704a61fcb5b2c11830f17759ac771a3dd4e47d9bc5c7cf72 php81-module.conf
301184194877661831ef429bbc23004303adb150c7ecc3f72fdc366c94d6bc7ee7ca95ab1679910a22861bcb98c4744bff59e4a77963fbdb9f697c41adb2245c disabled-tests.list

View file

@ -8,7 +8,7 @@
: ${name:="PHP FastCGI Process Manager"}
command="/usr/sbin/php-fpm8"
command="/usr/sbin/php-fpm81"
command_background="yes"
start_stop_daemon_args="--quiet"
pidfile="/run/$RC_SVCNAME/php-fpm.pid"