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/sysadmin clusterfstab.pl,1.4,1.5: msg#00083
|
Subject: |
[SSI] openssi/openssi-tools/sysadmin clusterfstab.pl,1.4,1.5 |
Update of /cvsroot/ssic-linux/openssi/openssi-tools/sysadmin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7166
Modified Files:
Tag: OPENSSI-DEBIAN
clusterfstab.pl
Log Message:
Only if we have 6 entries continue with parsing
Index: clusterfstab.pl
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/openssi-tools/sysadmin/clusterfstab.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- clusterfstab.pl 15 Jan 2004 06:15:51 -0000 1.4
+++ clusterfstab.pl 16 Jul 2004 15:49:06 -0000 1.5
@@ -41,16 +41,16 @@
next ;
}
+ if (@line_entry != 6 ) {
+ next;
+ }
+
# comment out /dev/shm mount; not supported
if ($line_entry[1] =~ /^\/dev\/shm$/ ) {
print OUTFILE "#$input_line";
next ;
}
- if (@line_entry != 6 ) {
-
- next;
- }
$i = 1;
# chard mounts always use UUID values instead of dev or label
if ( ! $uuid =~ /^$/ && $line_entry[1] =~ /^\/$/ ) {
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
|
| |