1 |
slords |
1.1 |
From fb398c8f99b24b32a585ba06e38e879ca0eba642 Mon Sep 17 00:00:00 2001 |
2 |
|
|
From: Shad L. Lords <slords@mail.com> |
3 |
|
|
Date: Mon, 19 Oct 2009 08:44:55 -0600 |
4 |
|
|
Subject: [PATCH] Don't email root on raid events |
5 |
|
|
|
6 |
|
|
--- |
7 |
|
|
fsset.py | 1 - |
8 |
|
|
1 files changed, 0 insertions(+), 1 deletions(-) |
9 |
|
|
|
10 |
|
|
diff --git a/fsset.py b/fsset.py |
11 |
|
|
index 7574ac3..94e5c30 100644 |
12 |
|
|
--- a/fsset.py |
13 |
|
|
+++ b/fsset.py |
14 |
|
|
@@ -1432,7 +1432,6 @@ class FileSystemSet: |
15 |
|
|
cf = """ |
16 |
|
|
# mdadm.conf written out by anaconda |
17 |
|
|
DEVICE partitions |
18 |
|
|
-MAILADDR root |
19 |
|
|
""" |
20 |
|
|
for ent in self.entries: |
21 |
|
|
if ent.device.getName() != "RAIDDevice": |
22 |
|
|
-- |
23 |
|
|
1.5.5.6 |
24 |
|
|
|