mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
Pass maintainership to submitter due to multiple timeouts from current. Changelog: https://github.com/gravitational/teleport/releases/tag/v4.4.12 PR: 267052 Approved by: portmgr (maintainer timeout, 3+ weeks)
11 lines
455 B
Go
11 lines
455 B
Go
--- lib/services/server.go.orig 2022-02-23 04:58:43 UTC
|
|
+++ lib/services/server.go
|
|
@@ -578,7 +578,7 @@ type CommandLabelV1 struct {
|
|
// Period is a time between command runs
|
|
Period time.Duration `json:"period"`
|
|
// Command is a command to run
|
|
- Command []string `json:"command"` //["/usr/bin/hostname", "--long"]
|
|
+ Command []string `json:"command"` //["/bin/hostname", "--long"]
|
|
// Result captures standard output
|
|
Result string `json:"result"`
|
|
}
|