Bug 259222 - databases/py-carbon: add a REQUIRED field to the rc script
Summary: databases/py-carbon: add a REQUIRED field to the rc script
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-17 08:15 UTC by John Hay
Modified: 2021-10-17 08:15 UTC (History)
0 users

See Also:


Attachments
patch to add REQUIRED and BEFORE fields (274 bytes, patch)
2021-10-17 08:15 UTC, John Hay
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hay 2021-10-17 08:15:02 UTC
Created attachment 228775 [details]
patch to add REQUIRED and BEFORE fields

The current rc startup script does not have a REQUIRED field. The result is that rcorder will order it first, at which stage networking etc. is not ready yet.

Here is a patch to add REQUIRE: login and BEFORE: securelevel, like the go-carbon rc script.

DAEMON would probably also do.