Deleted Added
sdiff udiff text old ( 256281 ) new ( 273993 )
full compact
1.\" $NetBSD: rc.subr.8,v 1.12 2004/01/06 00:52:24 lukem Exp $
2.\"
3.\" Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Luke Mewburn.
8.\"

--- 13 unchanged lines hidden (view full) ---

22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" $FreeBSD: stable/10/share/man/man8/rc.subr.8 255809 2013-09-23 04:36:51Z des $
31.\"
32.Dd September 23, 2012
33.Dt RC.SUBR 8
34.Os
35.Sh NAME
36.Nm rc.subr
37.Nd functions used by system shell scripts
38.Sh SYNOPSIS
39.Bl -item -compact
40.It

--- 522 unchanged lines hidden (view full) ---

563.It Va ${name}_chroot
564Directory to
565.Xr chroot 8
566to before running
567.Va command .
568Only supported after
569.Pa /usr
570is mounted.
571.It Va ${name}_flags
572Arguments to call
573.Va command
574with.
575This is usually set in
576.Xr rc.conf 5 ,
577and not in the
578.Xr rc.d 8

--- 38 unchanged lines hidden (view full) ---

617.It Va ${name}_group
618Group to run the chrooted
619.Va command
620as.
621.It Va ${name}_groups
622Comma separated list of supplementary groups to run the chrooted
623.Va command
624with.
625.It Ar argument Ns Va _cmd
626Shell commands which override the default method for
627.Ar argument .
628.It Ar argument Ns Va _precmd
629Shell commands to run just before running
630.Ar argument Ns Va _cmd
631or the default method for
632.Ar argument .

--- 249 unchanged lines hidden ---