FreeBSD has no systrace(1), and our rc.subr does not support it.

Submitted by:	Simon L. Nielsen <simon@nitro.dk>
This commit is contained in:
Doug Barton 2003-04-22 05:13:55 +00:00
parent 1c067f7ebc
commit 62bb7f3301
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113839

View file

@ -502,18 +502,6 @@ as.
Comma separated list of supplementary groups to run the chrooted
.Sy command
with.
.It Sy ${name}_systrace
Flags passed to
.Xr systrace 1 ,
if it is used.
Setting this variable enables systracing
of the given program. The use of
.Sq -a
is
recommended so that the boot process is not
stalled. In order to pass no flags to
systrace, set this variable to
.Sq -- .
.It Ar argument Ns Sy _cmd
Shell commands which override the default method for
.Ar argument .