From b6323b33e79086ba44ae969c8720d0424a4c106f 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 7e3c26f..c41ae7d 100644 --- a/fsset.py +++ b/fsset.py @@ -1438,7 +1438,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