From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 31 Jan 2007 19:55:47 -0000 Subject: [Cluster-devel] cluster/fence/agents/rsa fence_rsa.py Message-ID: <20070131195547.10602.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: cluster Branch: RHEL4 Changes by: jparsons at sourceware.org 2007-01-31 19:55:47 Modified files: fence/agents/rsa: fence_rsa.py Log message: fix for bz214410 - thanks josef Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsa/fence_rsa.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.3&r2=1.1.2.4 --- cluster/fence/agents/rsa/fence_rsa.py 2006/02/06 15:21:31 1.1.2.3 +++ cluster/fence/agents/rsa/fence_rsa.py 2007/01/31 19:55:47 1.1.2.4 @@ -74,7 +74,7 @@ regex_list = list() regex_list.append("username:") regex_list.append("password:") - regex_list.append("SN#.*>") + regex_list.append(".*>") regex_list.append("Power:") regex_list.append("Error:")