#! /bin/csh -f

#
# is there a FW installed already ?  if so, warn user to shut it down
#
source scripts/aliases

	E " "
	E "--------------------------------------------------------"
	E "WARNING: Please make sure that the installed $product"
	E "         is not running (both Kernel Module and GUI)."
	E "         Installing while these run may harm your"
	E "         configuration files."
	E "--------------------------------------------------------"
	E ""
	E ""
	exit 0
