[Koha-cvs] CVS: koha installer.pl,1.2.2.35,1.2.2.36

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Jun 25 23:25:07 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	installer.pl 
Log Message:
Cosmetic clean ups.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.35
retrieving revision 1.2.2.36
diff -C2 -r1.2.2.35 -r1.2.2.36
*** installer.pl	25 Jun 2002 21:18:58 -0000	1.2.2.35
--- installer.pl	25 Jun 2002 21:25:05 -0000	1.2.2.36
***************
*** 611,619 ****
  
  
- 
- 
      print qq|
  
! =============================================================================
  If you are installing Koha for evaluation purposes,  I have a batch of sample
  data that you can install now.
--- 611,618 ----
  
  
      print qq|
  
! SAMPLE DATA
! ===========
  If you are installing Koha for evaluation purposes,  I have a batch of sample
  data that you can install now.
***************
*** 621,625 ****
  If you are installing Koha with the intention of populating it with your own
  data, you probably don't want this sample data installed.
- =============================================================================
  |;
      print "\nWould you like to install the sample data? Y/[N]: ";
--- 620,623 ----
***************
*** 681,687 ****
  
  #RESTART APACHE
- #system('clear');
  print "\n\n";
  print qq|
  COMPLETED
  =========
--- 679,685 ----
  
  #RESTART APACHE
  print "\n\n";
  print qq|
+ 
  COMPLETED
  =========
***************
*** 718,724 ****
  	}
      } else {
!     print qq|
! print "\nCongratulations ... your Koha installation is complete!\n";
! print "\nYou will need to restart your webserver before using Koha!\n";
  |;
      exit;
--- 716,722 ----
  	}
      } else {
! 	print qq|
! Congratulations ... your Koha installation is complete!
! You will need to restart your webserver before using Koha!
  |;
      exit;





More information about the Koha-cvs mailing list