koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/misc Install.pm,1.6,1.7


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.6,1.7
Date: Sat, 18 Jan 2003 18:31:55 -0800

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv6217/misc

Modified Files:
        Install.pm 
Log Message:
Updated intrahtdocs and opachtdocs in /etc/koha.conf creation, to reflect
the new actual locations


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Install.pm  15 Jan 2003 13:05:21 -0000      1.6
--- Install.pm  19 Jan 2003 02:31:52 -0000      1.7
***************
*** 1061,1068 ****
  kohaversion=$::kohaversion
  httpduser=$::httpduser
! intrahtdocs=$::intranetdir/htdocs/intranet-tmpl
! opachtdocs=$::opacdir/htdocs/opac-tmpl
! #XXX I had: intrahtdocs=$::intranetdir/cgi-bin/koha-tmpl/intranet-tmpl
! #XXX I had: opachtdocs=$::intranetdir/cgi-bin/koha-tmpl/opac-tmpl
  |;
      close(SITES);
--- 1061,1066 ----
  kohaversion=$::kohaversion
  httpduser=$::httpduser
! intrahtdocs=$::intranetdir/htdocs
! opachtdocs=$::opacdir/htdocs
  |;
      close(SITES);
***************
*** 1291,1295 ****
        }
  
!       print "\n\nFinished basic updating of database. Press <ENTER> to 
continue...";
        <STDIN>;
  }
--- 1289,1293 ----
        }
  
!       print "\n\nFinished updating of database. Press <ENTER> to continue...";
        <STDIN>;
  }




reply via email to

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