[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha koha.upgrade,1.1.2.24,1.1.2.25 Install.pm,1.1.2.26,
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha koha.upgrade,1.1.2.24,1.1.2.25 Install.pm,1.1.2.26,1.1.2.27 |
Date: |
Thu, 23 Jan 2003 14:40:21 -0800 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv3969
Modified Files:
Tag: rel-1-2
koha.upgrade Install.pm
Log Message:
Added /usr/local to mysql binary search list.
Index: koha.upgrade
===================================================================
RCS file: /cvsroot/koha/koha/Attic/koha.upgrade,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -C2 -r1.1.2.24 -r1.1.2.25
*** koha.upgrade 30 Oct 2002 22:49:21 -0000 1.1.2.24
--- koha.upgrade 23 Jan 2003 22:40:19 -0000 1.1.2.25
***************
*** 93,96 ****
--- 93,97 ----
foreach my $mysql (qw(/usr/local/mysql
/opt/mysql
+ /usr/local
)) {
if ( -d $mysql ) {
***************
*** 337,341 ****
opendir D, "$backupdir/kohafiles-$date/opac/htdocs/";
! my @dirlist=readdir D;
foreach (@dirlist) {
(next) if (/^\./);
--- 338,342 ----
opendir D, "$backupdir/kohafiles-$date/opac/htdocs/";
! @dirlist=readdir D;
foreach (@dirlist) {
(next) if (/^\./);
Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.26
retrieving revision 1.1.2.27
diff -C2 -r1.1.2.26 -r1.1.2.27
*** Install.pm 15 Jan 2003 23:00:27 -0000 1.1.2.26
--- Install.pm 23 Jan 2003 22:40:19 -0000 1.1.2.27
***************
*** 1132,1135 ****
--- 1132,1136 ----
foreach my $mysql (qw(/usr/local/mysql
/opt/mysql
+ /usr/local
/usr
)) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha koha.upgrade,1.1.2.24,1.1.2.25 Install.pm,1.1.2.26,1.1.2.27,
Steve Tonnesen <=