mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/php82: Cosmetic changes in rc
- Fix comments in rc
This commit is contained in:
parent
114dfba5d3
commit
dafc75cb9a
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
||||||
# KEYWORD: shutdown
|
# KEYWORD: shutdown
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add the following line to /etc/rc.conf to enable php-fpm:
|
# 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
|
# 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.
|
# Define your profiles here.
|
||||||
# php_fpm_pid_prefix (str): Set to "" by default.
|
# php_fpm_pid_prefix (str): Set to "" by default.
|
||||||
|
@ -81,7 +81,7 @@ php_fpm_logrotate() {
|
||||||
|
|
||||||
php_fpm_checkconfig()
|
php_fpm_checkconfig()
|
||||||
{
|
{
|
||||||
echo "Performing sanity check on php-fpm configuration:"
|
echo "Performing sanity check on php_fpm configuration:"
|
||||||
eval ${command} ${php_fpm_flags} -t
|
eval ${command} ${php_fpm_flags} -t
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue