
# upon entering this script,

# $R_SYS, $LOCAL, $USER, & R_USER are garenteed set. $R_SYS may be null.
case "$R_SYS" in
# asterick entry is to define the default $R_SYS & options
# it is safe to redefined $R_SYS here but -Ssystem will override
	*)
		if test "$LOCAL" = auspyr
		then
			R_SYS=aussjo
			R_PATH=:/bin:/usr/bin:/usr/local/bin:/usr/lbin:
			R_MBOX=$LOCAL!$USER
			R_XQT=/usr/spool/uucppublic
		else
			R_SYS=auspyr
			R_PATH=:/bin:/usr/bin:/usr/ucb:/usr/local/bin:
			R_MBOX=joe
			R_XQT=/usr/spool/uucppublic
		fi
		;;
esac
