#!/bin/sh
if test -z "$KNOX"
then
	if test -f /etc/default/fsu
	then
		KNOX=`cat /etc/default/fsu`
	else
		KNOX=/usr/knox
	fi
fi
export KNOX
exec $KNOX/bin/arkc $*
