The rc script for the updated freenginx 1.28.0 has: required_files=%%PREFIX%%/etc/nginx/freenginx.conf and can't be started without creating it first (empty file is enough, touch /etc/nginx/freenginx.conf) but I *think* it should be required_files=%%PREFIX%%/etc/freenginx/nginx.conf /etc/nginx/freenginx.conf is not needed I guess.
Yes, this definitely looks like a trivial error. Can this be please fixed?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=55de010dc8c99f37d4a0403f62b8e99eb54adf15 commit 55de010dc8c99f37d4a0403f62b8e99eb54adf15 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2025-11-04 18:16:55 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2025-11-04 18:16:55 +0000 www/freenginx: fix config path in the rc script PR: 290042 Submitted by: jan@glaubitz.org Approved by: joneum (maintainer, timeout 4 weeks) www/freenginx/Makefile | 2 +- www/freenginx/files/nginx.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)