#! /bin/sh
case `uname -n` in
    h1dmt2)
	PROCMGT_FILE_PREFIX=/usr/share/gds/procmgt/LHO_RedundantDQ
	;;
    h1dmt*)
	PROCMGT_FILE_PREFIX=/usr/share/gds/procmgt/LHO_MonitorDQ
	;;
    l1dmt2)
	PROCMGT_FILE_PREFIX=/usr/share/gds/procmgt/LLO_RedundantDQ
	;;
    l1dmt*)
	PROCMGT_FILE_PREFIX=/usr/share/gds/procmgt/LLO_MonitorDQ
	;;
esac
