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 Clustertab.pm,1.32,1.33: msg#00067
|
Subject: |
[SSI] openssi/openssi-tools/sysadmin Clustertab.pm,1.32,1.33 |
Update of /cvsroot/ssic-linux/openssi/openssi-tools/sysadmin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1323
Modified Files:
Tag: OPENSSI-RH
Clustertab.pm
Log Message:
Single character names are not allowed (RFC 952).
Index: Clustertab.pm
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/openssi-tools/sysadmin/Clustertab.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Clustertab.pm 16 Jul 2004 20:32:11 -0000 1.32
+++ Clustertab.pm 17 Aug 2004 20:14:28 -0000 1.33
@@ -157,7 +157,7 @@
my $value = shift;
return 0 unless defined $value;
return 0 unless $value =~
- /^[[:alpha:]]([-[:alnum:]]{0,22}[[:alnum:]])?$/;
+ /^[[:alpha:]][-[:alnum:]]{0,22}[[:alnum:]]$/;
# SSI_XXX: is the name clusterwide unique?
# SSI_XXX: does the name match a local interface? (or CVIP for
clustername)
return 1;
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
|
| |