mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
While here, take maintainership since I use this, and also clean up a bit, remove REINPLACE_CMD
11 lines
340 B
Go
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,
|
|
},
|
|
{
|