[Cluster-devel] cluster/fence/agents/rsa fence_rsa.py

jparsons at sourceware.org jparsons at sourceware.org
Wed Jan 31 19:55:47 UTC 2007


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:")
 




More information about the Cluster-devel mailing list