Lines Matching full:precheck
45 # do more than touch the file system in a <precheck> or <postcheck>
1184 logmsg " server precheck FAILED (unresponsive $srvrname server)\n";
3157 # this is done this early, so that the precheck can use environment
3216 # Add a precheck cache. If a precheck command was already invoked
3220 my @precheck = getpart("client", "precheck");
3221 if(@precheck) {
3222 $cmd = $precheck[0];
3244 $why = "precheck command error";