git: 114dfba5d3ce - main - lang/php81: Cosmetic changes in rc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Mar 2025 06:50:25 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=114dfba5d3ce55661fdc972f753f0531f63b12b0
commit 114dfba5d3ce55661fdc972f753f0531f63b12b0
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-03-23 06:44:03 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-03-23 06:50:08 +0000
lang/php81: Cosmetic changes in rc
- Fix comments in rc
---
lang/php81/files/php_fpm.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/php81/files/php_fpm.in b/lang/php81/files/php_fpm.in
index 72c26bc40f55..3a32b5ae2226 100644
--- a/lang/php81/files/php_fpm.in
+++ b/lang/php81/files/php_fpm.in
@@ -5,9 +5,9 @@
# 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.
-# Set it to "YES" to enable php-fpm
+# Set it to "YES" to enable php_fpm
# php_fpm_profiles (str): Set to "" by default.
# Define your profiles here.
# php_fpm_pid_prefix (str): Set to "" by default.
@@ -81,7 +81,7 @@ php_fpm_logrotate() {
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
}