flavor_hosts

Previous: do_flavor Up: Appendix A -- support scripts

flavor_hosts

#!/bin/sh

SHELL=/bin/sh host_env="" case $F in FILESERVER) host=dcdsv0 ;; AIX*) host=dcdmwm ;; IRIX+5.3*)host=dcdlaa ;; IRIX+5*)host=dcdmjw ;; IRIX*) host=dcdfjn ;; SunOS+5.4*) host=soltest ; PATH=/opt/SUNWspro/bin:$PATH host_env="OPENWINHOME=/usr/openwin; export OPENWINHOME;" ;; SunOS+5*) host=boise ; PATH=/opt/SUNWspro/bin:$PATH host_env="OPENWINHOME=/usr/openwin; export OPENWINHOME;" ;; SunOS*) host=cdsun4 ; host_env="OPENWINHOME=/usr/openwin; export OPENWINHOME;" ;; HP-UX*) host=dcdkc ;; ULTRIX*) host=fndauq; SHELL=/bin/sh5; host_env="MAKESHELL=/bin/sh5; PROG_ENV=POSIX; export MAKESHELL PROG_ENV;"; OSF1*) host=enterprise; SHELL=/bin/sh ;; esac

mengel@dcdsv0.fnal.gov