fi
# Before we prepend limits, test if limits is
# available (/usr is mounted) so that limits can0
# be run.
if limits >/dev/null 2>&1; then
# Prepend default limits
_doit="limits -C $_login_class $_doit"
# run the full command
#