mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-18 19:15:19 +00:00
cmd/ursrv: Add FreeBSD detection (#9351)
### Purpose Classify `ports@freebsd` as `FreeBSD (3rd party)`
This commit is contained in:
parent
d5e1b99e6c
commit
35e153625c
@ -76,6 +76,7 @@ var (
|
||||
{regexp.MustCompile(`@fedora`), "Fedora (3rd party)"},
|
||||
{regexp.MustCompile(`\sbrew@`), "Homebrew (3rd party)"},
|
||||
{regexp.MustCompile(`\sroot@buildkitsandbox`), "LinuxServer.io (3rd party)"},
|
||||
{regexp.MustCompile(`\sports@freebsd`), "FreeBSD (3rd party)"},
|
||||
{regexp.MustCompile(`.`), "Others"},
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user