diff options
Diffstat (limited to 'net-mgmt/icingadb/files/patch-pkg_config_config.go')
-rw-r--r-- | net-mgmt/icingadb/files/patch-pkg_config_config.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/icingadb/files/patch-pkg_config_config.go b/net-mgmt/icingadb/files/patch-pkg_config_config.go deleted file mode 100644 index 1b5b0066118c..000000000000 --- a/net-mgmt/icingadb/files/patch-pkg_config_config.go +++ /dev/null @@ -1,11 +0,0 @@ ---- pkg/config/config.go.orig 2023-09-08 17:19:58 UTC -+++ pkg/config/config.go -@@ -46,7 +46,7 @@ type Flags struct { - // Version decides whether to just print the version and exit. - Version bool `long:"version" description:"print version and exit"` - // Config is the path to the config file -- Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"/etc/icingadb/config.yml"` -+ Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"%%PREFIX%%/etc/icinga2/icingadb.yml"` - } - - // FromYAMLFile returns a new Config value created from the given YAML config file. |