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: snmp_subagent by gshi from
([email protected])
2. Linux-HA CVS: heartbeat by gshi from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 9 Dec 2005 16:35:52 -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:
Tag: STABLE_1_2
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.1.2.5
retrieving revision 1.1.2.6
diff -u -3 -r1.1.2.5 -r1.1.2.6
--- SNMPAgentSanityCheck.in 24 Aug 2005 09:47:05 -0000 1.1.2.5
+++ SNMPAgentSanityCheck.in 9 Dec 2005 23:35:52 -0000 1.1.2.6
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
set +x
#
------------------------------
Message: 2
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/resource.d
Modified Files:
Tag: STABLE_1_2
db2.in
Log Message:
change /bin/bash to /bin/sh
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/resource.d/Attic/db2.in,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -u -3 -r1.6.4.1 -r1.6.4.2
--- db2.in 31 Aug 2005 17:45:31 -0000 1.6.4.1
+++ db2.in 9 Dec 2005 23:35:52 -0000 1.6.4.2
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: db2.in,v 1.6.4.1 2005/08/31 17:45:31 alan Exp $
+# $Id: db2.in,v 1.6.4.2 2005/12/09 23:35:52 gshi Exp $
#
# db2
#
@@ -39,7 +39,7 @@
The 'monitor' operation reports whether the database seems to be working
The 'methods' operation reports on the methods $0 supports
- $Id: db2.in,v 1.6.4.1 2005/08/31 17:45:31 alan Exp $
+ $Id: db2.in,v 1.6.4.2 2005/12/09 23:35:52 gshi Exp $
!
exit 1
@@ -50,7 +50,7 @@
[EMAIL PROTECTED]@
#. @sysconfdir@/ha.d/shellfuncs
. @sysconfdir@/ha.d/shellfuncs
-SH=/bin/bash
+SH=/bin/sh
#
@@ -72,7 +72,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
------------------------------
_______________________________________________
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 25
********************************************