From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 31 Jan 2007 20:23:44 -0000 Subject: [Cluster-devel] cluster/fence/agents/rsa fence_rsa.py Message-ID: <20070131202344.29256.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 Changes by: jparsons at sourceware.org 2007-01-31 20:23:44 Modified files: fence/agents/rsa: fence_rsa.py Log message: fix for bz220946 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsa/fence_rsa.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 --- cluster/fence/agents/rsa/fence_rsa.py 2006/02/06 16:34:26 1.2 +++ cluster/fence/agents/rsa/fence_rsa.py 2007/01/31 20:23:44 1.3 @@ -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:")