[Koha-cvs] CVS: koha installer.pl,1.2.2.13,1.2.2.14

Chris Cormack rangi at users.sourceforge.net
Fri Jun 14 12:47:31 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	installer.pl 
Log Message:
Set the mysqldir to default to /usr if no other mysql dir is found, this
means /usr/bin/mysql etc will work


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.13
retrieving revision 1.2.2.14
diff -C2 -r1.2.2.13 -r1.2.2.14
*** installer.pl	14 Jun 2002 05:07:37 -0000	1.2.2.13
--- installer.pl	14 Jun 2002 10:47:29 -0000	1.2.2.14
***************
*** 418,422 ****
     }
  }
! 
  print qq|
  To allow us to create the koha database please supply the 
--- 418,424 ----
     }
  }
! if (!$mysqldir){
!     $mysqldir='/usr';
! }
  print qq|
  To allow us to create the koha database please supply the 





More information about the Koha-cvs mailing list