ports/security/teleport/files/patch-lib_services_server.go
Michael Reim 19cac1122c security/teleport: Update to 4.4.12
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)
2022-11-06 11:46:53 +01:00

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"`
}