Deleted Added
full compact
rc.8 (33839) rc.8 (40006)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
33.\" $Id: rc.8,v 1.3 1997/03/07 03:28:21 jmg Exp $
33.\" $Id: rc.8,v 1.4 1998/02/26 02:44:17 jkh Exp $
34.\"
35.Dd December 11, 1993
36.Dt RC 8
37.Os BSD 4
38.Sh NAME
39.Nm rc
40.Nd command scripts for auto\-reboot and daemon startup
41.Sh SYNOPSIS
42.Nm rc
43.Nm rc.conf
44.Nm rc.conf.local
45.Nm rc.serial
46.Nm rc.pccard
47.Nm rc.network
48.Nm rc.firewall
34.\"
35.Dd December 11, 1993
36.Dt RC 8
37.Os BSD 4
38.Sh NAME
39.Nm rc
40.Nd command scripts for auto\-reboot and daemon startup
41.Sh SYNOPSIS
42.Nm rc
43.Nm rc.conf
44.Nm rc.conf.local
45.Nm rc.serial
46.Nm rc.pccard
47.Nm rc.network
48.Nm rc.firewall
49.Nm rc.atm
49.Nm rc.<arch>
50.Nm rc.local
51.Nm rc.shutdown
52.Sh DESCRIPTION
53.Nm Rc
54is the command script which controls the automatic reboot
55(calling the other scripts) and
56.Nm rc.local

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

122.It closed
123totally disables IP services except via lo0 interface.
124.It UNKNOWN
125disables the loading of firewall rules.
126.It filename
127will load the rules in the given filename (full path required).
128.El
129.Pp
50.Nm rc.<arch>
51.Nm rc.local
52.Nm rc.shutdown
53.Sh DESCRIPTION
54.Nm Rc
55is the command script which controls the automatic reboot
56(calling the other scripts) and
57.Nm rc.local

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

123.It closed
124totally disables IP services except via lo0 interface.
125.It UNKNOWN
126disables the loading of firewall rules.
127.It filename
128will load the rules in the given filename (full path required).
129.El
130.Pp
131.Nm Rc.atm
132is used to configure ATM network interfaces.
133The interfaces are configured in three passes.
134The first pass performs the initial interface configuration.
135The second pass completes the interface configuration and defines PVCs and
136permanent ATMARP entries.
137The third pass starts any ATM daemons.
138.Pp
130.Nm Rc.<arch>
131runs architecture specific programs.
132.Pp
133.Nm Rc.local
134is executed after the scripts above, but before the rest of the
135.Nm rc
136file is completed.
137Presently, all

--- 16 unchanged lines hidden ---
139.Nm Rc.<arch>
140runs architecture specific programs.
141.Pp
142.Nm Rc.local
143is executed after the scripts above, but before the rest of the
144.Nm rc
145file is completed.
146Presently, all

--- 16 unchanged lines hidden ---