ports/security/teleport/files/patch-lib_config_fileconf.go
Steve Wills 17c13510b4 security/teleport: update to 4.3.2
While here, take maintainership since I use this, and also clean up a
bit, remove REINPLACE_CMD
2020-08-03 00:49:06 +00:00

11 lines
340 B
Go

--- lib/config/fileconf.go.orig 2020-07-08 18:08:40 UTC
+++ lib/config/fileconf.go
@@ -281,7 +281,7 @@ func MakeSampleFileConfig() (fc *FileConfig, err error
s.Commands = []CommandLabel{
{
Name: "hostname",
- Command: []string{"/usr/bin/hostname"},
+ Command: []string{"/bin/hostname"},
Period: time.Minute,
},
{