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

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Jun 25 22:30:43 CEST 2002


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





More information about the Koha-cvs mailing list