[Koha-cvs] CVS: koha installer.pl,1.2.2.31,1.2.2.32

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


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") {





More information about the Koha-cvs mailing list