1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

-f -> -F for pr

This commit is contained in:
Andrey A. Chernov 1997-10-30 19:07:39 +00:00
parent 30d0ea994e
commit a85388f609
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30857

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