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.13,1.2.2.14


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha installer.pl,1.2.2.13,1.2.2.14
Date: Fri, 14 Jun 2002 03:47:31 -0700

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 




reply via email to

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