[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha installer.pl,1.2.2.11,1.2.2.12
From: |
Pat Eyler |
Subject: |
[Koha-cvs] CVS: koha installer.pl,1.2.2.11,1.2.2.12 |
Date: |
Thu, 06 Jun 2002 07:50:36 -0700 |
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";
+
+
+
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha installer.pl,1.2.2.11,1.2.2.12,
Pat Eyler <=
- Prev by Date:
[Koha-cvs] CVS: koha INSTALL,1.1.2.2,1.1.2.3 Hints,1.1.2.1,1.1.2.2
- Next by Date:
[Koha-cvs] CVS: koha/C4 test.pl,1.1,1.2 Catalogue.pm,1.16,1.17
- Previous by thread:
[Koha-cvs] CVS: koha INSTALL,1.1.2.2,1.1.2.3 Hints,1.1.2.1,1.1.2.2
- Next by thread:
[Koha-cvs] CVS: koha/C4 test.pl,1.1,1.2 Catalogue.pm,1.16,1.17
- Index(es):