-f -> -F for pr

This commit is contained in:
Andrey A. Chernov 1997-10-30 19:07:39 +00:00
parent 30d0ea994e
commit a85388f609

View File

@ -207,8 +207,11 @@ begin_output ()
pfatal_with_name ("dup2");
close (pipes[0]);
}
#ifdef __FreeBSD__
execl (PR_PROGRAM, PR_PROGRAM, "-F", "-h", name, 0);
#else
execl (PR_PROGRAM, PR_PROGRAM, "-f", "-h", name, 0);
#endif
pfatal_with_name (PR_PROGRAM);
}
else