Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/openssi-tools/distro/redhat ha-lvs.init,1.13,1.14: msg#00100
|
Subject: |
[SSI] openssi/openssi-tools/distro/redhat ha-lvs.init,1.13,1.14 |
Update of /cvsroot/ssic-linux/openssi/openssi-tools/distro/redhat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28741
Modified Files:
Tag: OPENSSI-RH
ha-lvs.init
Log Message:
-e should follow -I in the perl command line. Fix by Aneesh.
Index: ha-lvs.init
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/openssi-tools/distro/redhat/ha-lvs.init,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ha-lvs.init 15 Jun 2004 03:06:13 -0000 1.13
+++ ha-lvs.init 28 Jun 2004 09:23:30 -0000 1.14
@@ -37,7 +37,7 @@
# Check if current node is a director node
#
curr_node=`clusternode_num 2> /dev/null`;
- is_director=`perl -e -I '/cluster/lib' "use CVIP; print
is_director($curr_node);"`;
+ is_director=`perl -I '/cluster/lib' -e "use CVIP; print
is_director($curr_node);"`;
#
# If not director, then return
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
|
| |