[Bug 253396] security/tailscale: not starting correctly at boot time
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 10 08:10:43 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253396
Bug ID: 253396
Summary: security/tailscale: not starting correctly at boot
time
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: mikael at FreeBSD.org
Reporter: m at blat.at
Flags: maintainer-feedback?(mikael at FreeBSD.org)
Assignee: mikael at FreeBSD.org
Tailscale was not starting correctly at boot time - it was being started before
networking was ready. Fixing the case on the NETWORKING dependency corrected
this:
diff --git a/security/tailscale/files/tailscaled.in
b/security/tailscale/files/tailscaled.in
index 716c4f7a3fa5..f2b418733d4f 100644
--- a/security/tailscale/files/tailscaled.in
+++ b/security/tailscale/files/tailscaled.in
@@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: tailscaled
-# REQUIRE: networking
+# REQUIRE: NETWORKING
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
Cheers,
Mike
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list