koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha about.pl,1.4,1.4.4.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha about.pl,1.4,1.4.4.1
Date: Tue, 11 Jan 2005 07:35:30 -0800

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22968

Modified Files:
      Tag: rel_2_2
        about.pl 
Log Message:
correct detection of apache2 on mandrakelinux

Index: about.pl
===================================================================
RCS file: /cvsroot/koha/koha/about.pl,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -C2 -r1.4 -r1.4.4.1
*** about.pl    28 Nov 2003 13:59:30 -0000      1.4
--- about.pl    11 Jan 2005 15:35:26 -0000      1.4.4.1
***************
*** 25,28 ****
--- 25,29 ----
  my $mysqlVersion = `mysql -V`;
  my $apacheVersion =  `httpd -v`;
+ $apacheVersion =  `httpd2 -v` unless $apacheVersion;
  
  $template->param(




reply via email to

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