Bug 293454 - devel/athens: requirement in rc script incorrect
Summary: devel/athens: requirement in rc script incorrect
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-26 02:48 UTC by Robert William Vesterman
Modified: 2026-02-26 19:26 UTC (History)
1 user (show)

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 Robert William Vesterman 2026-02-26 02:48:52 UTC
When my machine boots up, I get the following message in the log:

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

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

-----------
grep REQUIRE * | grep -i networking
-----------

To be explicit, please note that the uppercasing matters.
Comment 1 Robert William Vesterman 2026-02-26 02:50:03 UTC
(In reply to Robert William Vesterman from comment #0)

Whoops, I said: "... the problem is that the REQUIRE in Forgejo's rc script...".

Sorry, that was a tragic copy/paste mishap - should be Athens' rc script, of course.