if test -f exitval; then return 1; fi
if test -f dmalloclog; then return 1; fi
if test ! -f stoppattern; then return 1; fi
if grep -v -F 'cvs [status aborted]: could not chdir to : No such file or directory' stoppattern >/dev/null; then return 1; fi
return 0
