From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 11 Aug 2006 16:27:29 -0000 Subject: [Cluster-devel] conga/ricci/modules/log LogParser.cpp Message-ID: <20060811162729.32281.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: kupcevic at sourceware.org 2006-08-11 16:27:28 Modified files: ricci/modules/log: LogParser.cpp Log message: ricci log module: add 'mount' and 'automount' to storage parser Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 --- conga/ricci/modules/log/LogParser.cpp 2006/08/10 22:53:08 1.4 +++ conga/ricci/modules/log/LogParser.cpp 2006/08/11 16:27:28 1.5 @@ -67,7 +67,9 @@ "raid1", "raid4", "raid5", - "cdrom"}; + "cdrom", + "mount", + "automount"}; static const char* selinux[] = {"selinux", "pam",