]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/patches/enable-zed.patch
gbp-dch: update and close bugs
[mirror_zfs-debian.git] / debian / patches / enable-zed.patch
CommitLineData
2d1f32d8
AX
1Description: Enable zed emails
2 The OpenZFS event daemon monitors pools. This patch enables the email
3 sending function by default (if zed is installed). This is consistent with
4 the default behavior of mdadm.
5Author: Richard Laager <rlaager@wiktel.com>
6Forwarded: no
7
8Index: zfs-linux-0.6.5.3/cmd/zed/zed.d/zed.rc
9===================================================================
10--- zfs-linux-0.6.5.3.orig/cmd/zed/zed.d/zed.rc 2015-10-27 15:22:37.000000000 -0500
11+++ zfs-linux-0.6.5.3/cmd/zed/zed.d/zed.rc 2016-01-31 23:13:49.826489152 -0600
12@@ -15,7 +15,7 @@
13 # Email will only be sent if ZED_EMAIL_ADDR is defined.
14 # Disabled by default; uncomment to enable.
15 #
16-#ZED_EMAIL_ADDR="root"
17+ZED_EMAIL_ADDR="root"
18
19 ##
20 # Name or path of executable responsible for sending notifications via email;
21@@ -41,7 +41,7 @@
22 ##
23 # Minimum number of seconds between notifications for a similar event.
24 #
25-#ZED_NOTIFY_INTERVAL_SECS=3600
26+ZED_NOTIFY_INTERVAL_SECS=3600
27
28 ##
29 # Notification verbosity.