diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 7bbb930ca9..81c2143a00 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale PKG_VERSION:=1.94.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? diff --git a/net/tailscale/files/tailscale.init b/net/tailscale/files/tailscale.init index f0033f086e..343e33ae31 100644 --- a/net/tailscale/files/tailscale.init +++ b/net/tailscale/files/tailscale.init @@ -31,7 +31,7 @@ start_service() { procd_set_param env TS_DEBUG_FIREWALL_MODE="$fw_mode" # Disable logging to log.tailscale.com - procd_set_param env TS_NO_LOGS_NO_SUPPORT=true + procd_append_param env TS_NO_LOGS_NO_SUPPORT=true # Set the port to listen on for incoming VPN packets. # Remote nodes will automatically be informed about the new port number,