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.9,1.10


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.9,1.10
Date: Wed, 22 Jan 2003 05:43:08 -0800

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

Modified Files:
        Install.pm 
Log Message:
(portability): use 'hostname' instead of 'hostname -f' (FreeBSD and
MacOS only support 'hostname [-s]').


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Install.pm  22 Jan 2003 03:45:27 -0000      1.9
--- Install.pm  22 Jan 2003 13:43:06 -0000      1.10
***************
*** 783,787 ****
  
      $::svr_admin = "address@hidden::domainname";
!     $::servername=`hostname -f`;
      chomp $::servername;
      $::opacport=80;
--- 783,787 ----
  
      $::svr_admin = "address@hidden::domainname";
!     $::servername=`hostname`;
      chomp $::servername;
      $::opacport=80;




reply via email to

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