require "validate.pl";

$warnings += &validate('
/vmunix                 -e || die
/boot                   -e || die
/bin                    cd
   csh                 -ex
   csh                 !-ug
   sh                  -ex
   sh                  !-ug
/usr                    -d || warn "What happened to $file?\n"
');