Send Linux-ha-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."
Today's Topics:
1. Linux-HA CVS: cts by msoffen from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 16 May 2006 10:31:22 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: cts by msoffen from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : msoffen
Host :
Project : linux-ha
Module : cts
Dir : linux-ha/cts
Modified Files:
CTSlab.py.in
Log Message:
Replaced /usr/bin/ssh with autoconf variable.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cts/CTSlab.py.in,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- CTSlab.py.in 2 May 2006 10:02:04 -0000 1.64
+++ CTSlab.py.in 16 May 2006 16:31:21 -0000 1.65
@@ -81,8 +81,8 @@
self.rsc_id = 'my_stonithd_id'
- self.command = "/usr/bin/ssh -l root -n -x"
- self.command_noblock = "/usr/bin/ssh -f -l root -n -x"
+ self.command = ""@SSH@ -l root -n -x"
+ self.command_noblock = ""@SSH@ -f -l root -n -x"
self.stonithd_started_nodes = []
self.fail_reason = ''
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 30, Issue 51
********************************************