From 9e590959b6eae6e91012b2de69fc584d2d3a3715 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 May 2023 14:26:11 +0200 Subject: Renumbering patches. Signed-off-by: Daniel Baumann --- debian/patches/debian/0005-send-email.patch | 15 +++++++++++++++ debian/patches/progress-linux/0001-send-email.patch | 15 --------------- debian/patches/series | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 debian/patches/debian/0005-send-email.patch delete mode 100644 debian/patches/progress-linux/0001-send-email.patch diff --git a/debian/patches/debian/0005-send-email.patch b/debian/patches/debian/0005-send-email.patch new file mode 100644 index 00000000..1614c462 --- /dev/null +++ b/debian/patches/debian/0005-send-email.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Disabling to send emails by default. + +diff -Naurp netdata.orig/health/notifications/health_alarm_notify.conf netdata/health/notifications/health_alarm_notify.conf +--- netdata.orig/health/notifications/health_alarm_notify.conf ++++ netdata/health/notifications/health_alarm_notify.conf +@@ -199,7 +199,7 @@ sendsms="" + EMAIL_SENDER="" + + # enable/disable sending emails +-SEND_EMAIL="YES" ++SEND_EMAIL="NO" + + # if a role recipient is not configured, an email will be send to: + DEFAULT_RECIPIENT_EMAIL="root" diff --git a/debian/patches/progress-linux/0001-send-email.patch b/debian/patches/progress-linux/0001-send-email.patch deleted file mode 100644 index 1614c462..00000000 --- a/debian/patches/progress-linux/0001-send-email.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Daniel Baumann -Description: Disabling to send emails by default. - -diff -Naurp netdata.orig/health/notifications/health_alarm_notify.conf netdata/health/notifications/health_alarm_notify.conf ---- netdata.orig/health/notifications/health_alarm_notify.conf -+++ netdata/health/notifications/health_alarm_notify.conf -@@ -199,7 +199,7 @@ sendsms="" - EMAIL_SENDER="" - - # enable/disable sending emails --SEND_EMAIL="YES" -+SEND_EMAIL="NO" - - # if a role recipient is not configured, an email will be send to: - DEFAULT_RECIPIENT_EMAIL="root" diff --git a/debian/patches/series b/debian/patches/series index 61304395..18446b6d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,6 +2,6 @@ debian/0001-use-system-python.patch debian/0002-use-system-exim4.patch debian/0003-use-python3.patch debian/0004-use-bash.patch +debian/0005-send-email.patch upstream/0001-allow-symlinks.patch upstream/0002-fix-FTCBFS.patch -progress-linux/0001-send-email.patch -- cgit v1.2.3