All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/fence/agents/rsa fence_rsa.py
@ 2007-01-31 19:55 jparsons
  0 siblings, 0 replies; 3+ messages in thread
From: jparsons @ 2007-01-31 19:55 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] cluster/fence/agents/rsa fence_rsa.py
@ 2007-01-31 20:23 jparsons
  0 siblings, 0 replies; 3+ messages in thread
From: jparsons @ 2007-01-31 20:23 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] cluster/fence/agents/rsa fence_rsa.py
@ 2007-01-31 20:16 jparsons
  0 siblings, 0 replies; 3+ messages in thread
From: jparsons @ 2007-01-31 20:16 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	jparsons at sourceware.org	2007-01-31 20:16:49

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&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1

--- 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:16:49	1.2.2.1
@@ -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:")
 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-31 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-31 19:55 [Cluster-devel] cluster/fence/agents/rsa fence_rsa.py jparsons
2007-01-31 20:16 jparsons
2007-01-31 20:23 jparsons

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.