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

Ambrose Li acli at users.sourceforge.net
Sun Jan 19 03:31:55 CET 2003


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>;
  }





More information about the Koha-cvs mailing list