From 6863e5efcc3cf851f98d771bcb73c13ed79859ca Mon Sep 17 00:00:00 2001 From: Thierry Escande Date: Mon, 20 Jan 2025 10:22:15 +0100 Subject: [PATCH] Add comment about config files being overwritten by updates Signed-off-by: Thierry Escande --- SOURCES/netdata.conf.headless | 4 ++-- SOURCES/netdata.conf.ui | 4 ++-- SPECS/netdata.spec | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/SOURCES/netdata.conf.headless b/SOURCES/netdata.conf.headless index 2473f29..2306205 100644 --- a/SOURCES/netdata.conf.headless +++ b/SOURCES/netdata.conf.headless @@ -10,8 +10,8 @@ # or # curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf # -# You can uncomment and change any of the options below. -# The value shown in the commented settings, is the default value. +# Changes made to this file will be overwritten by future updates. You can +# compare to the .rpmsave file to get changes back. # [global] diff --git a/SOURCES/netdata.conf.ui b/SOURCES/netdata.conf.ui index 32b3e8f..4ece050 100644 --- a/SOURCES/netdata.conf.ui +++ b/SOURCES/netdata.conf.ui @@ -10,8 +10,8 @@ # or # curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf # -# You can uncomment and change any of the options below. -# The value shown in the commented settings, is the default value. +# Changes made to this file will be overwritten by future updates. You can +# compare to the .rpmsave file to get changes back. # [global] diff --git a/SPECS/netdata.spec b/SPECS/netdata.spec index 21a844d..39b774c 100644 --- a/SPECS/netdata.spec +++ b/SPECS/netdata.spec @@ -588,7 +588,7 @@ fi %changelog -* Fri Jan 17 2025 Thierry Escande 2.1.0-3.1 +* Mon Jan 20 2025 Thierry Escande 2.1.0-3.1 - Fix build errors with gcc 4.8 - Use python3 for xcp-ng 8.2 and 8.3 - Remove unneeded Requires for nodejs @@ -602,6 +602,7 @@ fi - Enable xenstat plugin - Handle service ExecStop to avoid service to hang when removing packages - Remove cap_setuid=pe for plugin files that have the setuid bit set +- Add comment about config files overwritten by updates * Sat Dec 21 2024 Didier Fabert 2.1.0-3 - go-module cannot be built in fc40