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/distro-pkgs/redhat/initscripts/rc.d cn_rc,1.1.2.3,1.1.2.4: msg#00073
|
Subject: |
[SSI] openssi/distro-pkgs/redhat/initscripts/rc.d cn_rc,1.1.2.3,1.1.2.4 |
Update of /cvsroot/ssic-linux/openssi/distro-pkgs/redhat/initscripts/rc.d
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26116
Modified Files:
Tag: OPENSSI-RH
cn_rc
Log Message:
BUG FIX: Network service messed up after a clusternode_shutdown
In special case code that skips network service delete the local lock
file not the global
Index: cn_rc
===================================================================
RCS file:
/cvsroot/ssic-linux/openssi/distro-pkgs/redhat/initscripts/rc.d/Attic/cn_rc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- cn_rc 15 Jan 2004 23:56:09 -0000 1.1.2.3
+++ cn_rc 24 Jun 2004 01:49:06 -0000 1.1.2.4
@@ -48,7 +48,7 @@
# without the node leaving too early
if [ "$subsys" = "network" ]; then
echo "Skipping stop of network"
- rm -f $i
+ rm -f /var/lock/subsys/network
continue
fi
-------------------------------------------------------
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
|
| |