Bug 277540 - dns/knot-resolver: fixing rc scripts krescachegc and kresd
Summary: dns/knot-resolver: fixing rc scripts krescachegc and kresd
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-06 20:43 UTC by Michael Grimm
Modified: 2024-03-07 19:10 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments
patch for dns/knot-resolver/files kresd.in and krescachegc.in (2.00 KB, patch)
2024-03-06 20:43 UTC, Michael Grimm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grimm 2024-03-06 20:43:37 UTC
Created attachment 248987 [details]
patch for dns/knot-resolver/files kresd.in and krescachegc.in

dns/knot-resolver/files/kresd.in lacks activation of defined status_cmd="${name}_status"

dns/knot-resolver/files/krescachegc.in needed full clean-up:

#) daemon didn't start due to missing '-c <resolver_cache>'
#) missing 'start', 'stop' and 'status' functionality added

HTH and regards,
Michael