head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.14.20.43.31; author schmonz; state Exp; branches; next ; commitid kUeKjqoYv8b9bFNG; desc @@ 1.1 log @tailscale: Follow hier(7). Improve version reporting. Bump PKGREVISION. @ text @$NetBSD$ Report pkgsrc as the packaging type via Hostinfo.Package. --- cmd/tailscaled/tailscaled.go.orig 2026-07-02 18:59:26.000000000 +0000 +++ cmd/tailscaled/tailscaled.go @@@@ -495,6 +495,8 @@@@ func run() (err error) { hostinfo.SetApp(app) } + hostinfo.SetPackage("pkgsrc") + return startIPNServer(context.Background(), logf, publicLogID, sys) } @