[Bug 275234] net/cloudflared: Update startup order after networking is available
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Nov 2023 14:46:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275234 Bug ID: 275234 Summary: net/cloudflared: Update startup order after networking is available Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: egypcio@FreeBSD.org Reporter: freebsd@void.stash.in.net Flags: maintainer-feedback?(egypcio@FreeBSD.org) Assignee: egypcio@FreeBSD.org Created attachment 246466 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246466&action=edit Patch to update REQUIRE to "DAEMON NETWORKING" Currently net/cloudflared has a declared REQUIRE of "cleanvar SERVERS". SERVERS is defined as "This is a dummy dependency, for early-start servers relying on some basic configuration." However since net/cloudflared requires network connectivity in order to function properly in most use cases (primarily "tunnel run"), it fails to start in these cases. Updating the REQUIRE statement to "DAEMON NETWORKING", ensures that network connections including dependent connection types such as ppp are initialized before startup. -- You are receiving this mail because: You are the assignee for the bug.