koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha installer.pl,1.11,1.12


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha installer.pl,1.11,1.12
Date: Sun, 13 Oct 2002 00:32:28 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv3836

Modified Files:
        installer.pl 
Log Message:
Added magic RCS comment.
Removed trailing whitespace.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** installer.pl        12 Oct 2002 06:08:52 -0000      1.11
--- installer.pl        13 Oct 2002 07:32:26 -0000      1.12
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl -w # please develop with -w
  
+ # $Id$
+ 
  #use diagnostics;
  
***************
*** 103,107 ****
  Enter at the prompt.
  
! Please be sure to read the documentation, or visit the Koha website at 
  http://www.koha.org for more information.
  
--- 105,109 ----
  Enter at the prompt.
  
! Please be sure to read the documentation, or visit the Koha website at
  http://www.koha.org for more information.
  
***************
*** 116,123 ****
      } else {
      print qq|
! This installer currently does not support a completely automated 
  setup.
  
! Please be sure to read the documentation, or visit the Koha website 
  at http://www.koha.org for more information.
  |;
--- 118,125 ----
      } else {
      print qq|
! This installer currently does not support a completely automated
  setup.
  
! Please be sure to read the documentation, or visit the Koha website
  at http://www.koha.org for more information.
  |;
***************
*** 146,150 ****
  unless (eval {require Date::Manip})       { push @missing,"Date::Manip" };
  unless (eval {require DBD::mysql})        { push @missing,"DBD::mysql" };
! unless (eval {require Net::Z3950})        { 
      print qq|
  
--- 148,152 ----
  unless (eval {require Date::Manip})       { push @missing,"Date::Manip" };
  unless (eval {require DBD::mysql})        { push @missing,"DBD::mysql" };
! unless (eval {require Net::Z3950})        {
      print qq|
  
***************
*** 210,215 ****
  INTRANET/LIBRARIANS DIRECTORY
  =============================
! Please supply the directory you want Koha to store its Intranet/Librarians 
files 
! in.  Leave off the trailing slash.  This directory will be auto-created for 
you if 
  it doesn't exist.
  
--- 212,217 ----
  INTRANET/LIBRARIANS DIRECTORY
  =============================
! Please supply the directory you want Koha to store its Intranet/Librarians 
files
! in.  Leave off the trailing slash.  This directory will be auto-created for 
you if
  it doesn't exist.
  
***************
*** 279,283 ****
  print qq|
  
! Please provide the hostname for mysql.  Unless the database is located on 
another 
  machine this will be "localhost".
  |;
--- 281,285 ----
  print qq|
  
! Please provide the hostname for mysql.  Unless the database is located on 
another
  machine this will be "localhost".
  |;
***************
*** 651,655 ****
  
  unless (-e "$kohalogdir") {
!     my $result = mkdir 0770, "$kohalogdir"; 
      if ($result==0) {
          my @dirs = split(m#/#, $kohalogdir);
--- 653,657 ----
  
  unless (-e "$kohalogdir") {
!     my $result = mkdir 0770, "$kohalogdir";
      if ($result==0) {
          my @dirs = split(m#/#, $kohalogdir);
***************
*** 801,805 ****
  }
  print qq|
! To allow us to create the koha database please supply the 
  mysql\'s root users password
  |;
--- 803,807 ----
  }
  print qq|
! To allow us to create the koha database please supply the
  mysql\'s root users password
  |;
***************
*** 1000,1004 ****
  
  
! Be sure to read the INSTALL, and Hints files. 
  
  For more information visit http://www.koha.org
--- 1002,1006 ----
  
  
! Be sure to read the INSTALL, and Hints files.
  
  For more information visit http://www.koha.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]