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.2.2.31,1.2.2.32


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha installer.pl,1.2.2.31,1.2.2.32
Date: Tue, 25 Jun 2002 13:23:45 -0700

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

Modified Files:
      Tag: rel-1-2
        installer.pl 
Log Message:
Changed response check on restarting apache web server.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.31
retrieving revision 1.2.2.32
diff -C2 -r1.2.2.31 -r1.2.2.32
*** installer.pl        25 Jun 2002 19:04:09 -0000      1.2.2.31
--- installer.pl        25 Jun 2002 20:23:43 -0000      1.2.2.32
***************
*** 688,692 ****
  chomp $restart;
  
! if ($answer eq "Y" || $answer eq "y") {
        # Need to support other init structures here?
        if (-e "/etc/rc.d/init.d/httpd") {
--- 688,692 ----
  chomp $restart;
  
! if ($answer=~/^y/i) {
        # Need to support other init structures here?
        if (-e "/etc/rc.d/init.d/httpd") {




reply via email to

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