rc.8 (c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6) rc.8 (6575e6daae316c2e0cdafbe764f9a6e232ff3ee7)
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.

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

61mechanism is used instead of rc.local these days but if
62you do want to use rc.local, /etc/rc still supports it.
63In this case, rc.local should source /etc/rc.conf and
64contain additional custom startup code for your system.
65.Nm Rc.conf
66contains the global system configuration information referenced
67by the rc files, while
68.Nm rc.conf.local
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.

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

61mechanism is used instead of rc.local these days but if
62you do want to use rc.local, /etc/rc still supports it.
63In this case, rc.local should source /etc/rc.conf and
64contain additional custom startup code for your system.
65.Nm Rc.conf
66contains the global system configuration information referenced
67by the rc files, while
68.Nm rc.conf.local
69contains the local system configuration. See rc.conf(5)
69contains the local system configuration.
70See
71.Xr rc.conf 5 .
70.Pp
71The
72.Nm rc.d
73directories contain scripts which will be automatically
74executed at boot time and shutdown time.
75At boot time,
76the specified directories are processed immediately after
77.Nm rc.local

--- 187 unchanged lines hidden ---
72.Pp
73The
74.Nm rc.d
75directories contain scripts which will be automatically
76executed at boot time and shutdown time.
77At boot time,
78the specified directories are processed immediately after
79.Nm rc.local

--- 187 unchanged lines hidden ---