#! /bin/csh -f

source scripts/aliases

E "You are not a super-user. Super user Permissions are essential for correct"
E "Installation/Configuration of $product."
E "" ; E -n "Continue Anyway (y/n) [n] ? "
set ans = $<
if ("$ans" != y) exit 1
exit 0
