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/arch/i386 ssi_arch.pm,1.18,1.19: msg#00103
|
Subject: |
[SSI] openssi/openssi-tools/arch/i386 ssi_arch.pm,1.18,1.19 |
Update of /cvsroot/ssic-linux/openssi/openssi-tools/arch/i386
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24581/i386
Modified Files:
Tag: OPENSSI-DEBIAN
ssi_arch.pm
Log Message:
define arch
Index: ssi_arch.pm
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/openssi-tools/arch/i386/ssi_arch.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ssi_arch.pm 4 Feb 2004 22:24:44 -0000 1.18
+++ ssi_arch.pm 20 Jul 2004 04:29:18 -0000 1.19
@@ -26,9 +26,14 @@
# Do NOT use any SSI modules, except ssi_utils
+our $arch;
+
BEGIN {
+ $arch = "i386";
our @ISA = qw(Exporter);
our @EXPORT = qw(
+ $arch
+
read_initrds
);
}
-------------------------------------------------------
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
|
| |