From fb398c8f99b24b32a585ba06e38e879ca0eba642 Mon Sep 17 00:00:00 2001 From: Shad L. Lords Date: Mon, 19 Oct 2009 08:44:55 -0600 Subject: [PATCH] Don't email root on raid events --- fsset.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fsset.py b/fsset.py index 7574ac3..94e5c30 100644 --- a/fsset.py +++ b/fsset.py @@ -1432,7 +1432,6 @@ class FileSystemSet: cf = """ # mdadm.conf written out by anaconda DEVICE partitions -MAILADDR root """ for ent in self.entries: if ent.device.getName() != "RAIDDevice": -- 1.5.5.6