diff options
author | dougb <dougb@FreeBSD.org> | 2003-04-22 05:13:55 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-04-22 05:13:55 +0000 |
commit | 632a97ab8a2af7a855d1a58712aa651ac6835abb (patch) | |
tree | 7c4d52c185bf6a4da32604937de066e4fa8906dd /share | |
parent | ec81329f325a58131e2d28c2c9c6b252d55e4b2e (diff) | |
download | FreeBSD-src-632a97ab8a2af7a855d1a58712aa651ac6835abb.zip FreeBSD-src-632a97ab8a2af7a855d1a58712aa651ac6835abb.tar.gz |
FreeBSD has no systrace(1), and our rc.subr does not support it.
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/rc.subr.8 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8 index 01526b3..aff37a7 100644 --- a/share/man/man8/rc.subr.8 +++ b/share/man/man8/rc.subr.8 @@ -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 . |