X-Git-Url: https://git.tld-linux.org/?p=packages%2Fzabbix.git;a=blobdiff_plain;f=agent2.patch;fp=agent2.patch;h=e29ab1163d12371bb346a0d25f8070e6aaabcae3;hp=0000000000000000000000000000000000000000;hb=5aa23fba31e4564a1e4abbeffdf81e0c12aec965;hpb=ca56748d598c82fea4b5c9f37a7250f52320e464 diff --git a/agent2.patch b/agent2.patch new file mode 100644 index 0000000..e29ab11 --- /dev/null +++ b/agent2.patch @@ -0,0 +1,12 @@ +diff -ur zabbix-6.0.19.orig/src/go/cmd/zabbix_agent2/zabbix_agent2.go zabbix-6.0.19/src/go/cmd/zabbix_agent2/zabbix_agent2.go +--- zabbix-6.0.19.orig/src/go/cmd/zabbix_agent2/zabbix_agent2.go 2023-06-27 09:11:01.000000000 +0200 ++++ zabbix-6.0.19/src/go/cmd/zabbix_agent2/zabbix_agent2.go 2023-07-20 14:41:48.877278056 +0200 +@@ -220,7 +220,7 @@ + + var foregroundFlag bool + const ( +- foregroundDefault = true ++ foregroundDefault = false + foregroundDescription = "Run Zabbix agent in foreground" + ) + flag.BoolVar(&foregroundFlag, "foreground", foregroundDefault, foregroundDescription)