[Bug 293453] www/forgejo: requirement in rc script incorrect

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 26 Feb 2026 02:45:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293453

            Bug ID: 293453
           Summary: www/forgejo: requirement in rc script incorrect
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: des@FreeBSD.org
          Reporter: bob@vesterman.com
             Flags: maintainer-feedback?(des@FreeBSD.org)
          Assignee: des@FreeBSD.org

When my machine boots up, I get the following message in the log:

-----------
requirement `SYSLOG' in file `/usr/local/etc/rc.d/forgejo' has no providers.
-----------

I believe that the problem is that the REQUIRE in Forgejo's rc script should
refer to "syslogd", not "SYSLOG". You can see this by (for example) running the
following command in /etc/rc.d:

-----------
grep REQUIRE * | grep -i syslog
-----------

To be explicit, please note both that there should be a "d" at the end and that
the lowercasing matters.

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