[Koha-cvs] CVS: koha/misc Install.pm,1.51,1.52

MJ Ray slef at users.sourceforge.net
Sun Oct 5 23:27:08 CEST 2003


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

Modified Files:
	Install.pm 
Log Message:
add locale test (Closes: 576) and remove crap underlining

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** Install.pm	8 Sep 2003 13:36:00 -0000	1.51
--- Install.pm	5 Oct 2003 21:27:06 -0000	1.52
***************
*** 231,239 ****
  access some of the features of the intranet.
  
! IMPORTANT :
! 
! ============
! 
! You can log in using the userid and password from the %s/koha.conf configuration file at any time.
  Use the "Members" module to add passwords for other accounts and set their permissions.
  
--- 231,235 ----
  access some of the features of the intranet.
  
! IMPORTANT: You can log in using the userid and password from the %s/koha.conf configuration file at any time.
  Use the "Members" module to add passwords for other accounts and set their permissions.
  
***************
*** 719,722 ****
--- 715,721 ----
      if (@missing > 0) {
  	my $missing='';
+ 	if (POSIX::setlocale(LC_ALL) != "C") {
+ 		$missing.="   export LC_ALL=C\n";  
+ 	}
  	foreach my $module (@missing) {
  	    $missing.="   perl -MCPAN -e 'install \"$module\"'\n";
***************
*** 878,886 ****
  Please provide a good password for the user %s.
  
! IMPORTANT :
! 
! ============
  
- You can log in using this userid and password at any time.
  Password for database user %s: |;
  
--- 877,882 ----
  Please provide a good password for the user %s.
  
! IMPORTANT: You can log in using this userid and password at any time.
  
  Password for database user %s: |;
  





More information about the Koha-cvs mailing list