#!/sbin/sh
#
# This file sets variables necessary for the SwitchOver/UX
# product. This file should only contain the variable SWITCH_INFO.
# This variable is to be set by the system administrator 
# for the SwitchOver/UX product.
#
# SWITCH_INFO is the name of the SwitchOver/UX information file.
# SWITCH_INFO defaults to /etc/switch/Switchinfo.
#


# SwitchOver/UX information file name
SWITCH_INFO=/etc/switch/Switchinfo                 

