Bug 278962 - lang/php83 typo in rc.d/php-fpm
Summary: lang/php83 typo in rc.d/php-fpm
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-13 23:49 UTC by Miroslav Lachman
Modified: 2024-05-14 03:21 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Lachman 2024-05-13 23:49:57 UTC
rc.d/php-fpm now contains profiles, it was probably copied from rc.d/nginx, hence the incorrect service name in the comment:
   Set it to "YES" to enable nginx

It should be:
   Set it to "YES" to enable php-fpm

The same error is in this file (files/php-fpm.in) for PHP 8.1 too.
Comment 1 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2024-05-14 03:21:46 UTC
Thanks for the report. However as the change is trivial to the runtime I will keep it stashed until the next version update.