[Bug 290042] www/freenginx: wrong path in rc script

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Oct 2025 13:07:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290042

            Bug ID: 290042
           Summary: www/freenginx: wrong path in rc script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: jan@glaubitz.org
             Flags: maintainer-feedback?(joneum@FreeBSD.org)
          Assignee: joneum@FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.