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

jparsons at sourceware.org jparsons at sourceware.org
Wed Jan 31 20:23:44 UTC 2007


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




More information about the Cluster-devel mailing list