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: heartbeat by gshi from 
      ([email protected])
   2. Linux-HA CVS: heartbeat by gshi from 
      ([email protected])
   3. Linux-HA CVS: snmp_subagent by gshi from 
      ([email protected])
   4. Linux-HA CVS: resources by gshi from 
      ([email protected])
   5. Linux-HA CVS: heartbeat by gshi from 
      ([email protected])
   6. Linux-HA CVS: heartbeat by gshi from 
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Fri,  9 Dec 2005 16:30:30 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Project : linux-ha
Module  : heartbeat

Dir     : linux-ha/heartbeat/lib


Modified Files:
        hb_takeover.in 


Log Message:
change /bin/bash to /bin/sh

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/lib/hb_takeover.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- hb_takeover.in      10 Aug 2005 16:51:34 -0000      1.4
+++ hb_takeover.in      9 Dec 2005 23:30:30 -0000       1.5
@@ -1,4 +1,4 @@
-#!/bin/bash  
+#!/bin/sh  
 #
 # Support:      [EMAIL PROTECTED]
 # License:      GNU General Public License (GPL)




------------------------------

Message: 2
Date: Fri,  9 Dec 2005 16:30:30 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Project : linux-ha
Module  : heartbeat

Dir     : linux-ha/heartbeat/rc.d


Modified Files:
        hb_takeover.in 


Log Message:
change /bin/bash to /bin/sh

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/rc.d/hb_takeover.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- hb_takeover.in      29 Jul 2005 14:29:41 -0000      1.3
+++ hb_takeover.in      9 Dec 2005 23:30:30 -0000       1.4
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # License:      GNU General Public License (GPL)
 




------------------------------

Message: 3
Date: Fri,  9 Dec 2005 16:30:30 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: snmp_subagent by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Project : linux-ha
Module  : snmp_subagent

Dir     : linux-ha/snmp_subagent


Modified Files:
        SNMPAgentSanityCheck.in 


Log Message:
change /bin/bash to /bin/sh

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/snmp_subagent/SNMPAgentSanityCheck.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- SNMPAgentSanityCheck.in     7 Nov 2005 15:52:07 -0000       1.7
+++ SNMPAgentSanityCheck.in     9 Dec 2005 23:30:30 -0000       1.8
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Copyright (C) 2002 Yixiong Zou ([EMAIL PROTECTED])
 # Support:      [EMAIL PROTECTED]




------------------------------

Message: 4
Date: Fri,  9 Dec 2005 16:35:03 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Project : linux-ha
Module  : resources

Dir     : linux-ha/resources/OCF


Modified Files:
        db2.in 


Log Message:
change /bin/bash to /bin/sh

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/db2.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- db2.in      27 Sep 2005 03:04:52 -0000      1.5
+++ db2.in      9 Dec 2005 23:35:03 -0000       1.6
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: db2.in,v 1.5 2005/09/27 03:04:52 horms Exp $
+# $Id: db2.in,v 1.6 2005/12/09 23:35:03 gshi Exp $
 # 
 # db2
 #
@@ -31,7 +31,7 @@
 
 #######################################################################
 
-SH=/bin/bash
+SH=/bin/sh
 
 usage() {
   methods=`db2_methods`
@@ -48,7 +48,7 @@
        The 'validate-all' operation reports whether the parameters are valid
        The 'methods' operation reports on the methods $0 supports
 
-       $Id: db2.in,v 1.5 2005/09/27 03:04:52 horms Exp $
+       $Id: db2.in,v 1.6 2005/12/09 23:35:03 gshi Exp $
        !
 }
 
@@ -110,7 +110,7 @@
 db2info() {
        instance=$1
        db2admin=$instance
-       db2home=`bash -c "echo ~$db2admin"`
+       db2home=`sh -c "echo ~$db2admin"`
        db2sql=$db2home/sqllib
        db2profile=$db2sql/db2profile
        db2adm=$db2sql/adm




------------------------------

Message: 5
Date: Fri,  9 Dec 2005 16:35:52 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Project : linux-ha
Module  : heartbeat

Dir     : linux-ha/heartbeat/lib


Modified Files:
      Tag: STABLE_1_2
        hb_takeover.in 


Log Message:
change /bin/bash to /bin/sh

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/lib/hb_takeover.in,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -3 -r1.1.2.3 -r1.1.2.4
--- hb_takeover.in      10 Aug 2005 16:51:48 -0000      1.1.2.3
+++ hb_takeover.in      9 Dec 2005 23:35:51 -0000       1.1.2.4
@@ -1,4 +1,4 @@
-#!/bin/bash  
+#!/bin/sh  
 
 # This script sets the node (where it was called) to *active*
 # It forces the other node to release all the held resources and lets




------------------------------

Message: 6
Date: Fri,  9 Dec 2005 16:35:52 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Project : linux-ha
Module  : heartbeat

Dir     : linux-ha/heartbeat/rc.d


Modified Files:
      Tag: STABLE_1_2
        hb_takeover.in 


Log Message:
change /bin/bash to /bin/sh

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/rc.d/hb_takeover.in,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- hb_takeover.in      30 Apr 2004 20:05:31 -0000      1.1.2.2
+++ hb_takeover.in      9 Dec 2005 23:35:51 -0000       1.1.2.3
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 [EMAIL PROTECTED]@/ha.d
 . ${HA_DIR}/shellfuncs




------------------------------

_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 25, Issue 24
********************************************

Reply via email to