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/debian ssi_distro.pm,1.45,1.46: msg#00105
|
Subject: |
[SSI] openssi/openssi-tools/distro/debian ssi_distro.pm,1.45,1.46 |
Update of /cvsroot/ssic-linux/openssi/openssi-tools/distro/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24821/debian
Modified Files:
Tag: OPENSSI-DEBIAN
ssi_distro.pm
Log Message:
Define bootloaderconf and distro
Index: ssi_distro.pm
===================================================================
RCS file:
/cvsroot/ssic-linux/openssi/openssi-tools/distro/debian/ssi_distro.pm,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- ssi_distro.pm 19 Jul 2004 09:11:57 -0000 1.45
+++ ssi_distro.pm 20 Jul 2004 04:30:31 -0000 1.46
@@ -21,11 +21,25 @@
# Do NOT use the ssi_mgmt module
use lib "/cluster/lib";
use Clustertab;
+use ssi_arch;
use ssi_utils;
+our $distro;
+our $bootloaderconf;
+
BEGIN {
+ $distro = "debian";
+ if ( $arch =~ /i386/ ) {
+ $bootloaderconf = "/boot/grub/menu.lst"
+ } elsif ( $arch =~ /alpha/ ) {
+ $bootloaderconf = "/etc/aboot.conf"
+ }
+
our @ISA = qw(Exporter);
our @EXPORT = qw(
+ $distro
+ $bootloaderconf
+
prompt_hwaddr
prompt_ipaddr
-------------------------------------------------------
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
|
| |