Index: p.y =================================================================== RCS file: /sources/monit/monit/p.y,v retrieving revision 1.229 diff -r1.229 p.y 714,716d713 < if(!File_isFile($4)) < yyerror2("The path in a check file test" < " must point to a file"); 729,731d725 < if(!File_isDirectory($4)) < yyerror2("The path in a check directory test" < " must point to a directory"); 754,756d747 < if(!File_isFifo($4)) < yyerror2("The path in a check fifo test" < " must point to a named fifo");