diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-27 14:13:00 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-27 15:06:58 +0200 |
commit | 0f438952da055c26e2b55288f2e406bc5b5e474a (patch) | |
tree | 466d8d43586178f4939b5c517c4191a4f369388b /lang/php81/files | |
parent | security/rubygem-doorkeeper-rails61: Update version 5.7.0=>5.7.1 (diff) |
lang/php81: Fix build with libxml 2.12 and newer
- Rename rc script to comply to the rc scripting recommendations [1]
PR: 280153, 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
Diffstat (limited to 'lang/php81/files')
-rw-r--r-- | lang/php81/files/php_fpm.in (renamed from lang/php81/files/php-fpm.in) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php81/files/php-fpm.in b/lang/php81/files/php_fpm.in index 9f753ea485e9..12253b537b2e 100644 --- a/lang/php81/files/php-fpm.in +++ b/lang/php81/files/php_fpm.in @@ -1,14 +1,14 @@ #!/bin/sh -# PROVIDE: php-fpm +# PROVIDE: php_fpm # REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable php-fpm: -# php-fpm_enable (bool): Set to "NO" by default. +# php_fpm_enable (bool): Set to "NO" by default. # Set it to "YES" to enable php-fpm -# php-fpm_profiles (str): Set to "" by default. +# php_fpm_profiles (str): Set to "" by default. # Define your profiles here. # php_fpm_pid_prefix (str): Set to "" by default. # When using profiles manually assign value to "php_fpm_" |