Searched refs:PRINFO (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c84 #define PRINFO(x) \ macro
547 PRINFO(("rm -f %s\n", file1));
584 PRINFO(("mv %s %s\n", file1, file2));
588 PRINFO(("chmod %o %s\n", log->mode, file2));
592 PRINFO(("chown %d:%d %s\n", log->uid, log->gid,
604 PRINFO(("rm -f %s\n", log->logfile));
610 PRINFO(("mv %s %s\n", log->logfile, file1));
616 PRINFO(("(create new log)\n"));
621 PRINFO(("chmod %o %s\n", log->mode, log->logfile));
634 PRINFO(("kil
[all...]

Completed in 172 milliseconds