Re: System Ids

From: Clifford Beshers <beshers_at_cs.columbia.edu>
Date: Fri, 27 Oct 1995 10:04:24 -0400

   Date: Fri, 27 Oct 95 08:39:10 EDT
   From: David Fox <fox_at_GRAPHICS.CS.NYU.EDU>
   Resent-From: stk_at_kaolin.unice.fr

   We have lots of suns and sgis around here, and STk needs to merge the
   system directories for those machines the way it does for Linux. I
   suggest adding to the launch scripts:

    SunOS*)
     case $version in
      4.*) version=4.X;;
     esac

    IRIX*)
     case $version in
      5.*) version=5.X;;
      6.*) version=6.X;;
     esac
     case $machine in
      IP*) machine=IPxx;;
     esac

   (Cliff, do you have something like this for HP/UX?) It might also be
   nice to add a symbolic link with just the os name to the install
   directory like

     IRIX -> IRIX-5.3-IP26

   and then if the launch script can't find IRIX-5.2-IP19 it
   can try just IRIX.

HP/UX has been steady at 9.0x for a while for me, with only one
architecture, so I do not. However, 10.x is on the way so I support
this. I will look into implementing it.
Received on Fri Oct 27 1995 - 15:07:56 CET

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST