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.24,1.25: msg#00205
|
Subject: |
[SSI] openssi/openssi-tools/distro/debian ssi_distro.pm,1.24,1.25 |
Update of /cvsroot/ssic-linux/openssi/openssi-tools/distro/debian
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4160/openssi-tools/distro/debian
Modified Files:
Tag: OPENSSI-DEBIAN
ssi_distro.pm
Log Message:
Track the package dependency as a part of the packaging
Index: ssi_distro.pm
===================================================================
RCS file:
/cvsroot/ssic-linux/openssi/openssi-tools/distro/debian/ssi_distro.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** ssi_distro.pm 21 Jan 2004 04:17:22 -0000 1.24
--- ssi_distro.pm 28 Jan 2004 01:56:07 -0000 1.25
***************
*** 219,251 ****
my $record = shift;
my $nfs_conf = $record->{NFS};
- my $http_proxy = "";
-
- if ( ! -f "/etc/init.d/dhcp" || ! -f "/usr/sbin/in.tftpd" ) {
- print "\n\nInstalling packages needed for OpenSSI\n";
- PROXY_LOOP: print "Enter the http proxy server (
http://wwwproxy.mydomain.com:8080 ):";
- $http_proxy=<STDIN>;
- chop($http_proxy);
- print "Your proxy server is $http_proxy [y/n]:";
- my $selection = <STDIN>;
- chop($selection);
- goto PROXY_LOOP unless $selection eq 'y';
-
- }
- if ( ! -f "/etc/init.d/dhcp" ) {
- print "Installing dhcp needed for openssi cluster\n";
- if ( -X "/usr/bin/apt-get") {
- system("http_proxy=$http_proxy apt-get install dhcp");
- }
- }
- if ( ! -f "/usr/sbin/in.tftpd" ) {
- print "Installing tftpd needed for openssi cluster\n";
- if ( -X "/usr/bin/apt-get") {
- system("http_proxy=$http_proxy apt-get install tftpd");
- }
- }
- if( $nfs_conf eq "yes" ) {
- print "NFS config\n";
- }
}
--- 219,223 ----
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
|
| |