Searched refs:perrx (Results 1 – 1 of 1) sorted by relevance
/freebsd/libexec/atrun/ |
H A D | atrun.c | 93 void perrx(const char *fmt, ...); 170 perrx("Userid %lu not found - aborting job %s", in run_file() 178 perrx("cannot start PAM: %s", pam_strerror(pamh, pam_err)); in run_file() 183 perrx("Account %s (userid %lu) unavailable for job %s: %s", in run_file() 211 perrx("Symbolic link encountered in job %s - aborting", filename); in run_file() 216 perrx("Somebody changed files from under us for job %s - aborting", in run_file() 220 perrx("Somebody is trying to run a linked script for job %s", filename); in run_file() 232 perrx("File %s is in wrong format - aborting", filename); in run_file() 235 perrx("Illegal mail name %s in %s", mailbuf, filename); in run_file() 240 perrx("Job %s - userid %ld does not match file uid %lu", in run_file() [all …]
|