[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha installer.pl,1.2.2.32,1.2.2.33
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha installer.pl,1.2.2.32,1.2.2.33 |
Date: |
Tue, 25 Jun 2002 13:30:43 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv30326
Modified Files:
Tag: rel-1-2
installer.pl
Log Message:
Fixed bug which caused apache to restart regardless of answer to question.
Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.32
retrieving revision 1.2.2.33
diff -C2 -r1.2.2.32 -r1.2.2.33
*** installer.pl 25 Jun 2002 20:23:43 -0000 1.2.2.32
--- installer.pl 25 Jun 2002 20:30:41 -0000 1.2.2.33
***************
*** 688,692 ****
chomp $restart;
! if ($answer=~/^y/i) {
# Need to support other init structures here?
if (-e "/etc/rc.d/init.d/httpd") {
--- 688,692 ----
chomp $restart;
! if ($restart=~/^y/i) {
# Need to support other init structures here?
if (-e "/etc/rc.d/init.d/httpd") {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha installer.pl,1.2.2.32,1.2.2.33,
Steve Tonnesen <=