[Koha-cvs] CVS: koha installer.pl,1.2.2.11,1.2.2.12

Pat Eyler pate at users.sourceforge.net
Thu Jun 6 16:50:36 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	installer.pl 
Log Message:
minor doc tweaks (and two suggestions)

Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.11
retrieving revision 1.2.2.12
diff -C2 -r1.2.2.11 -r1.2.2.12
*** installer.pl	26 May 2002 10:25:22 -0000	1.2.2.11
--- installer.pl	6 Jun 2002 14:50:32 -0000	1.2.2.12
***************
*** 198,202 ****
  |;
  
! #Get the password for the database user
  do {
  	print "Enter installation path:";
--- 198,202 ----
  |;
  
! #Get the installation path for OPAC
  do {
  	print "Enter installation path:";
***************
*** 206,209 ****
--- 206,213 ----
  
  #Create the configuration file
+ # FIXME
+ # maybe this should warn instead of dieing, and write to stdout if 
+ # the config file can't be opened for writing
+ # 
  open(SITES,">$conf_path/koha.conf") or die "Couldn't create file
  at $conf_path.  Must have write capability.\n";
***************
*** 236,240 ****
  #
  # Set ownership of the koha.conf file for security
! # FIXME - this will only work if run as work.
  #
  
--- 240,244 ----
  #
  # Set ownership of the koha.conf file for security
! # FIXME - this will only work if run as root.
  #
  
***************
*** 299,302 ****
--- 303,310 ----
  # Update Apache Conf File.
  #
+ # FIXME
+ # maybe this should warn instead of dieing, and write to stdout if 
+ # the config file can't be opened for writing
+ # 
  open(SITES,">>$apache_conf_path") or die "Couldn't write to file 
  $conf_path.  Must have write capability.\n";
***************
*** 331,332 ****
--- 339,344 ----
  print "\nCongratulations ... your Koha installation is complete!\n";
  print "\nYou will need to restart your webserver before using Koha!\n";
+ 
+ 
+ 
+ 





More information about the Koha-cvs mailing list