xref: /dragonfly/share/man/man5/rc.conf.5 (revision fb5b3747)
1.\" Copyright (c) 1995
2.\"	Jordan K. Hubbard
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.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\"
13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
14.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE
17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: src/share/man/man5/rc.conf.5,v 1.197 2003/07/28 13:56:00 mbr Exp $
26.\"
27.Dd October 12, 2010
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION
34The file
35.Nm
36contains descriptive information about the local host name, configuration
37details for any potential network interfaces and which services should be
38started up at system initial boot time.
39In new installations, the
40.Nm
41file is generally initialized by the installer.
42.Pp
43The purpose of
44.Nm
45is not to run commands or perform system startup actions directly.
46Instead, it is included by the various generic startup scripts in
47.Pa /etc
48which conditionalize their
49internal actions according to the settings found there.
50.Pp
51The
52.Pa /etc/defaults/rc.conf
53file specifies the default settings for all the available options,
54the
55.Pa /etc/rc.conf
56file specifies override settings.
57Options need only be specified in
58.Pa /etc/rc.conf
59when the system administrator wishes to override the defaults.
60The file
61.Pa /etc/rc.conf.local
62is used to override settings in
63.Pa /etc/rc.conf
64for historical reasons.
65See the
66.Va rc_conf_files
67variable below.
68.Pp
69The following list provides a name and short description for each
70variable that can be set in the
71.Nm
72file.
73To set a variable of
74.Vt bool
75type, specify either
76.Dq Li YES ,
77.Dq Li TRUE ,
78.Dq Li ON ,
79or
80.Dq Li 1 .
81To unset, specify
82.Dq Li NO ,
83.Dq Li FALSE ,
84.Dq Li OFF ,
85or
86.Dq Li 0 .
87These values are case insensitive.
88The
89.Va _enable
90postfix in the name of a variable for starting a service can be
91omitted (as in
92.Nx ) .
93.Bl -tag -width indent-two
94.It Va rc_debug
95.Pq Vt bool
96If set to
97.Dq Li YES ,
98enable output of debug messages from rc scripts.
99This variable can be helpful in diagnosing mistakes when
100editing or integrating new scripts.
101Beware that this produces copious output to the terminal and
102.Xr syslog 3 .
103.It Va rc_info
104.Pq Vt bool
105If set to
106.Dq Li NO ,
107disable informational messages from the rc scripts.
108Informational messages are displayed when
109a condition that is not serious enough to warrant a warning or an error occurs.
110.It Va swapfile
111.Pq Vt str
112If set to
113.Dq Li NO ,
114no swapfile is installed, otherwise the value is used as the full
115pathname to a file to use for additional swap space.
116.It Va apm_enable
117.Pq Vt bool
118If set to
119.Dq Li YES ,
120enable support for Automatic Power Management with the
121.Xr apm 8
122command.
123.It Va apmd_enable
124.Pq Vt bool
125Run
126.Xr apmd 8
127to handle APM event from userland.
128This also enables support for APM.
129.It Va apmd_flags
130.Pq Vt str
131If
132.Va apmd_enable
133is set to
134.Dq Li YES ,
135these are the flags to pass to the
136.Xr apmd 8
137daemon.
138.It Va battd_enable
139Enable
140.Xr battd 8
141to monitor the status of batteries present in the system.
142This also enables support for APM.
143.It Va battd_flags
144.Pq Vt str
145If
146.Va battd_enable
147is set to
148.Dq Li YES ,
149these are the flags to pass to the
150.Xr battd 8
151daemon.
152.It Va devd_enable
153.Pq Vt bool
154Run
155.Xr devd 8
156to handle device added, removed or unknown events from the kernel.
157.It Va devd_flags
158.Pq Vt str
159If
160.Va devd_enable
161is set to
162.Dq Li YES ,
163these are the flags to pass to the
164.Xr devd 8
165daemon.
166.It Va powerd_enable
167.Pq Vt bool
168Set to
169.Dq Li NO
170by default.
171Setting this to
172.Dq Li YES
173enables
174.Xr powerd 8 ,
175a CPU speed control daemon.
176.It Va sensorsd_enable
177.Pq Vt bool
178Set to
179.Dq Li NO
180by default.
181Setting this to
182.Dq Li YES
183enables
184.Xr sensorsd 8 ,
185a sensors monitoring and logging daemon.
186.It Va sensorsd_flags
187.Pq Vt str
188Empty by default.
189Additional flags passed to the
190.Xr sensorsd 8
191program.
192.It Va hotplugd_enable
193.Pq Vt bool
194Set to
195.Dq Li NO
196by default.
197Setting this to
198.Dq Li YES
199enables
200.Xr hotplugd 8 ,
201a devices hot plugging monitoring daemon.
202.It Va hotplugd_flags
203.Pq Vt str
204Empty by default.
205Additional flags passed to the
206.Xr hotplugd 8
207program.
208.It Va pccard_ifconfig
209.Pq Vt str
210List of arguments to be passed to
211.Xr ifconfig 8
212at boot time or on insertion of the card (e.g.\&
213.Dq Cm inet Li 192.168.1.1 Cm netmask Li 255.255.255.0
214for a fixed address or
215.Dq Li DHCP
216for a DHCP client).
217.It Va pccard_ether_delay
218.Pq Vt str
219Set the delay before starting
220.Xr dhclient 8
221in the
222.Pa /etc/pccard_ether
223script.
224This defaults to 5 seconds to work around a bug in the
225.Xr ed 4
226driver which can lead to system hangs when using some newer
227.Xr ed 4
228based cards.
229.It Va removable_interfaces
230.Pq Vt str
231List of removable network interfaces to be supported by
232.Pa /etc/pccard_ether .
233.It Va local_startup
234.Pq Vt str
235List of directories to search for startup script files.
236.It Va script_name_sep
237.Pq Vt str
238The field separator to use for breaking down the list of startup script files
239into individual filenames.
240The default is a space.
241It is not necessary to change this unless there are startup scripts with names
242containing spaces.
243.It Va hostapd_enable
244.Pq Vt bool
245Set to
246.Dq Li YES
247to start
248.Xr hostapd 8
249at system boot time.
250.It Va hostname
251.Pq Vt str
252The fully qualified domain name (FQDN) of this host on the network.
253This should almost certainly be set to something meaningful, even if
254there is no network connection.
255If
256.Xr dhclient 8
257is used to set the hostname via DHCP,
258this variable should be set to an empty string.
259.It Va ipv6_enable
260.Pq Vt bool
261Enable support for IPv6 networking.
262Note that this requires that the kernel have been compiled with
263.Cd "options INET6" .
264.It Va nisdomainname
265.Pq Vt str
266The NIS domain name of this host, or
267.Dq Li NO
268if NIS is not used.
269.It Va dhclient_program
270.Pq Vt str
271Path to the DHCP client program
272(default
273.Pa /sbin/dhclient ) .
274.It Va dhclient_flags
275.Pq Vt str
276Additional flags to pass to the DHCP client program.
277.It Va pf_enable
278.Pq Vt bool
279Set to
280.Dq Li YES
281to load
282.Xr pf 4
283at startup.
284If the kernel was not built with
285.Cd "device pf" ,
286the
287.Pa pf.ko
288kernel module will be loaded.
289See also
290.Va firewall_enable .
291.It Va pf_rules
292.Pq Vt str
293Path to the
294.Xr pf 4
295ruleset definition file.
296.It Va pf_program
297.Pq Vt str
298Path to
299.Xr pfctl 8 .
300.It Va pf_flags
301.Pq Vt str
302If
303.Va pf_enable
304is set to
305.Dq Li YES ,
306these are the flags to pass to
307.Xr pfctl 8
308when loading the ruleset.
309.It Va pflog_enable
310.Pq Vt bool
311Set this to
312.Dq Li YES
313to enable
314.Xr pflogd 8
315which logs packets from
316.Xr pf 4 .
317.It Va pflog_logfile
318.Pq Vt str
319If
320.Va pflog_enable
321is set to
322.Dq Li YES
323this specifies the path of the log file.
324.It Va pflog_program
325.Pq Vt str
326Path to
327.Xr pflogd 8 .
328.It Va pflog_flags
329.Pq Vt str
330If
331.Va pflog_enable
332is set to
333.Dq Li YES ,
334these are the flags to pass to
335.Xr pflogd 8 .
336.It Va firewall_enable
337.Pq Vt bool
338Set to
339.Dq Li YES
340to load firewall rules at startup.
341If the kernel was not built with
342.Cd "options IPFIREWALL" ,
343the
344.Pa ipfw.ko
345kernel module will be loaded.
346See also
347.Va pf_enable .
348.It Va ipv6_firewall_enable
349.Pq Vt bool
350The IPv6 equivalent of
351.Va firewall_enable .
352Set to
353.Dq Li YES
354to load IPv6 firewall rules at startup.
355If the kernel was not built with
356.Cd "options IPV6FIREWALL" ,
357the
358.Pa ip6fw.ko
359kernel module will be loaded.
360.It Va firewall_script
361.Pq Vt str
362The full path to the firewall script to run
363(default
364.Pa /etc/rc.firewall ) .
365.It Va ipv6_firewall_script
366.Pq Vt str
367The IPv6 equivalent of
368.Va firewall_script .
369.It Va firewall_type
370.Pq Vt str
371Names the firewall type from the selection in
372.Pa /etc/rc.firewall ,
373or the file which contains the local firewall ruleset.
374Valid selections from
375.Pa /etc/rc.firewall
376are:
377.Pp
378.Bl -tag -width ".Li simple" -compact
379.It Li open
380unrestricted IP access
381.It Li closed
382all IP services disabled, except via
383.Dq Li lo0
384.It Li client
385basic protection for a workstation on a LAN
386.It Li simple
387alias for
388.Li client .
389.El
390.Pp
391If a filename is specified, the full path must be given.
392.It Va firewall_trusted_nets
393.Pq Vt str
394List of trusted networks (if
395.Va firewall_type
396is set to
397.Li client ) .
398.It Va firewall_trusted_interfaces
399.Pq Vt str
400List of trusted network interfaces (if
401.Va firewall_type
402is set to
403.Li client ) .
404.It Va firewall_allowed_icmp_types
405.Pq Vt str
406List of allowed ICMP types (if
407.Va firewall_type
408is set to
409.Li client ) .
410.It Va firewall_open_tcp_ports
411.Pq Vt str
412List of TCP ports to open (if
413.Va firewall_type
414is set to
415.Li client ) .
416.It Va firewall_open_udp_ports
417.Pq Vt str
418List of UDP ports to open (if
419.Va firewall_type
420is set to
421.Li client ) .
422.It Va ipv6_firewall_type
423.Pq Vt str
424The IPv6 equivalent of
425.Va firewall_type .
426.It Va firewall_quiet
427.Pq Vt bool
428Set to
429.Dq Li YES
430to disable the display of firewall rules on the console during boot.
431.It Va ipv6_firewall_quiet
432.Pq Vt bool
433The IPv6 equivalent of
434.Va firewall_quiet .
435.It Va firewall_logging
436.Pq Vt bool
437Set to
438.Dq Li YES
439to enable firewall event logging.
440This is equivalent to the
441.Dv IPFIREWALL_VERBOSE
442kernel option.
443.It Va ipv6_firewall_logging
444.Pq Vt bool
445The IPv6 equivalent of
446.Va firewall_logging .
447.It Va firewall_flags
448.Pq Vt str
449Flags passed to
450.Xr ipfw 8
451if
452.Va firewall_type
453specifies a filename.
454.It Va ipv6_firewall_flags
455.Pq Vt str
456The IPv6 equivalent of
457.Va firewall_flags .
458.It Va natd_program
459.Pq Vt str
460Path to
461.Xr natd 8 .
462.It Va natd_enable
463.Pq Vt bool
464Set to
465.Dq Li YES
466to enable
467.Xr natd 8 .
468.Va firewall_enable
469must also be set to
470.Dq Li YES ,
471and
472.Xr divert 4
473sockets must be enabled in the kernel.
474.It Va natd_interface
475.Pq Vt str
476This is the name of the public interface on which
477.Xr natd 8
478should run.
479The interface may be given as an interface name or as an IP address.
480.It Va natd_flags
481.Pq Vt str
482Additional
483.Xr natd 8
484flags should be placed here.
485The
486.Fl n
487or
488.Fl a
489flag is automatically added with the above
490.Va natd_interface
491as an argument.
492.It Va tcp_extensions
493.Pq Vt bool
494Set to
495.Dq Li YES
496by default.
497Setting this to
498.Dq Li NO
499disables certain TCP options as described by
500.Rs
501.%T "RFC 1323"
502.Re
503Setting this to
504.Dq Li NO
505might help remedy such problems with connections as randomly hanging
506or other weird behavior.
507Some network devices are known to be broken with respect to these options.
508.It Va log_in_vain
509.Pq Vt int
510Set to 0 by default.
511The
512.Xr sysctl 8
513variables,
514.Va net.inet.tcp.log_in_vain
515and
516.Va net.inet.udp.log_in_vain ,
517as described in
518.Xr tcp 4
519and
520.Xr udp 4 ,
521are set to the given value.
522.It Va tcp_keepalive
523.Pq Vt bool
524Set to
525.Dq Li YES
526by default.
527Setting to
528.Dq Li NO
529will disable probing idle TCP connections to verify that the
530peer is still up and reachable.
531.It Va tcp_drop_synfin
532.Pq Vt bool
533Set to
534.Dq Li NO
535by default.
536Setting to
537.Dq Li YES
538will cause the kernel to ignore TCP frames that have both
539the SYN and FIN flags set.
540This prevents OS fingerprinting, but may break some legitimate applications.
541This option is only available if the kernel was built with the
542.Dv TCP_DROP_SYNFIN
543option.
544.It Va icmp_drop_redirect
545.Pq Vt bool
546Set to
547.Dq Li NO
548by default.
549Setting to
550.Dq Li YES
551will cause the kernel to ignore ICMP REDIRECT packets.
552Refer to
553.Xr icmp 4
554for more information.
555.It Va icmp_log_redirect
556.Pq Vt bool
557Set to
558.Dq Li NO
559by default.
560Setting to
561.Dq Li YES
562will cause the kernel to log ICMP REDIRECT packets.
563Note that
564the log messages are not rate-limited, so this option should only be used
565for troubleshooting networks.
566Refer to
567.Xr icmp 4
568for more information.
569.It Va icmp_bmcastecho
570.Pq Vt bool
571Set to
572.Dq Li YES
573to respond to broadcast or multicast ICMP ping packets.
574Refer to
575.Xr icmp 4
576for more information.
577.It Va ip_portrange_first
578.Pq Vt int
579If not set to
580.Dq Li NO ,
581this is the first port in the default portrange.
582Refer to
583.Xr ip 4
584for more information.
585.It Va ip_portrange_last
586.Pq Vt int
587If not set to
588.Dq Li NO ,
589this is the last port in the default portrange.
590Refer to
591.Xr ip 4
592for more information.
593.\"
594.It Va ifconfig_ Ns Aq Ar interface
595.Pq Vt str
596Configuration for
597.Dq interface .
598Typically includes IP address.
599Assuming that the interface in question was
600.Li ed0 ,
601it might look something like this:
602.Bd -literal
603ifconfig_ed0="inet 10.0.0.1 netmask 0xffff0000"
604.Ed
605.Pp
606If the
607.Pa /etc/start_if. Ns Aq Ar interface
608file is present, it is read and executed by the
609.Xr sh 1
610interpreter before configuring the interface as specified in the
611.Va ifconfig_ Ns Aq Ar interface
612and
613.Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
614variables.
615.Pp
616It is possible to bring up an interface with DHCP by adding
617.Dq Li DHCP
618to the
619.Va ifconfig_ Ns Aq Ar interface
620variable.
621For instance, to initialize the
622.Li ed0
623device via DHCP, it is possible to use something like:
624.Bd -literal
625ifconfig_ed0="DHCP"
626.Ed
627.Pp
628If a
629.Va wlans_ Ns Aq Ar interface
630variable is set,
631an
632.Xr wlan 4
633interface will be created for each item in the list with the
634.Ar wlandev
635argument set to
636.Ar interface .
637Further wlan cloning arguments may be passed to the
638.Xr ifconfig 8
639.Cm create
640command by setting the
641.Va create_args_ Ns Aq Ar interface
642variable.
643One or more
644.Xr wlan 4
645devices must be created for each wireless devices as of
646.Dx 2.5 .
647Debugging flags for
648.Xr wlan 4
649devices as set by
650.Xr wlandebug 8
651may be specified with an
652.Va wlandebug_ Ns Aq Ar interface
653variable.
654The contents of this variable will be passed directly to
655.Xr wlandebug 8 .
656.Pp
657Also, if your interface needs WPA authentication, it is possible to add
658.Dq Li WPA
659to the
660.Va ifconfig_ Ns Aq Ar interface
661variable.
662This will start
663.Xr wpa_supplicant 8 .
664See
665.Xr wpa_supplicant.conf 5
666for configuring authentication information.
667.Pp
668Finally, you can add
669.Xr ifconfig 8
670options in this variable, in addition to the
671.Pa /etc/start_if. Ns Aq Ar interface
672file.
673For instance, to initialize the
674.Li wi0
675device via DHCP, using WPA authentication and 802.11b mode, it is
676possible to use something like:
677.Bd -literal
678ifconfig_wi0="up DHCP WPA mode 11b"
679.Ed
680.Pp
681.\"
682.It Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
683.Pq Vt str
684Configuration to establish an additional network address for
685.Dq interface .
686Assuming that the interface in question was
687.Li ed0 ,
688it might look something like this:
689.Bd -literal
690ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff"
691ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff"
692.Ed
693.Pp
694And so on.
695For each
696.Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
697entry that is found, its contents are passed to
698.Xr ifconfig 8 .
699Execution stops at the first unsuccessful access, so if
700something like this is present:
701.Bd -literal
702ifconfig_ed0_alias0="inet 127.0.0.251 netmask 0xffffffff"
703ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff"
704ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff"
705ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff"
706.Ed
707.Pp
708Then note that alias4 would
709.Em not
710be added since the search would stop with the missing alias3 entry.
711.Pp
712.\"
713.It Va ifconfig_ Ns Ao Ar interface Ac Ns Va _name
714.Pq Vt str
715New name for
716.Dq interface .
717It is possible to rename interface by doing:
718.Bd -literal
719ifconfig_ed0_name="net0"
720ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000"
721.Ed
722.It Va network_interfaces
723.Pq Vt str
724The list of network interfaces to configure on this host,
725or
726.Dq Li auto
727to configure all network interfaces
728(default
729.Dq Li auto ) .
730For example, if the only network devices to be configured are the loopback device
731.Pq Li lo0
732and a NIC using the
733.Xr ed 4
734driver, this could be set to
735.Dq Li "lo0 ed0" .
736An
737.Va ifconfig_ Ns Aq Ar interface
738variable is assumed to exist for each value of
739.Ar interface .
740.It Va ipv6_network_interfaces
741.Pq Vt str
742This is the IPv6 equivalent of
743.Va network_interfaces .
744Instead of setting the ifconfig variables as
745.Va ifconfig_ Ns Aq Ar interface
746they should be set as
747.Va ipv6_ifconfig_ Ns Aq Ar interface .
748Aliases should be set as
749.Va ipv6_ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n .
750Interfaces that do not have a
751.Va ipv6_ifconfig_ Ns Aq Ar interface
752setting will be auto configured by
753.Xr rtsol 8
754if the
755.Va ipv6_gateway_enable
756is set to
757.Dq Li NO .
758Note that the IPv6 networking code does not support the
759.Pa /etc/start_if. Ns Aq Ar interface
760files.
761.It Va ipv6_prefix_ Ns Aq Ar interface
762.Pq Vt str
763Assign prefix to
764.Ar interface ,
765prefixlen 64 is used.
766.It Va ipv6_default_interface
767.Pq Vt str
768If not set to
769.Dq Li NO ,
770this is the default output interface for scoped addresses.
771Now this works only for IPv6 link local multicast addresses.
772.It Va cloned_interfaces
773.Pq Vt str
774Set to the list of clonable network interfaces to create on this host.
775Entries in
776.Va cloned_interfaces
777are automatically appended to
778.Va network_interfaces
779for configuration.
780.It Va gif_interfaces
781.Pq Vt str
782Set to the list of
783.Xr gif 4
784tunnel interfaces to configure on this host.
785A
786.Va gifconfig_ Ns Aq Ar interface
787variable is assumed to exist for each value of
788.Ar interface .
789The value of this variable is used to configure the link layer of the
790tunnel according to the syntax of the
791.Cm tunnel
792option to
793.Xr ifconfig 8 .
794Additionally, this option ensures that each listed interface is created via the
795.Cm create
796option to
797.Xr ifconfig 8
798before attempting to configure it.
799.It Va sppp_interfaces
800.Pq Vt str
801Set to the list of
802.Xr sppp 4
803interfaces to configure on this host.
804A
805.Va spppconfig_ Ns Aq Ar interface
806variable is assumed to exist for each value of
807.Ar interface .
808Each interface should also be configured by a general
809.Va ifconfig_ Ns Aq Ar interface
810setting.
811Refer to
812.Xr spppcontrol 8
813for more information about available options.
814.It Va ppp_enable
815.Pq Vt bool
816If set to
817.Dq Li YES ,
818run the
819.Xr ppp 8
820daemon.
821.It Va ppp_mode
822.Pq Vt str
823Mode in which to run the
824.Xr ppp 8
825daemon.
826Accepted modes are
827.Dq Li auto ,
828.Dq Li ddial ,
829.Dq Li direct
830and
831.Dq Li dedicated .
832See the manual for a full description.
833.It Va ppp_nat
834.Pq Vt bool
835If set to
836.Dq Li YES ,
837enables network address translation.
838Used in conjunction with
839.Va gateway_enable
840allows hosts on private network addresses access to the Internet using
841this host as a network address translating router.
842.It Va ppp_profile
843.Pq Vt str
844The name of the profile to use from
845.Pa /etc/ppp/ppp.conf .
846.It Va ppp_user
847.Pq Vt str
848The name of the user under which
849.Xr ppp 8
850should be started.
851By default,
852.Xr ppp 8
853is started as
854.Dq Li root .
855.It Va rc_conf_files
856.Pq Vt str
857This option is used to specify a list of files that will override
858the settings in
859.Pa /etc/defaults/rc.conf .
860The files will be read in the order in which they are specified and should
861include the full path to the file.
862By default, the files specified are
863.Pa /etc/rc.conf
864and
865.Pa /etc/rc.conf.local
866.It Va fsck_y_enable
867.Pq Vt bool
868If set to
869.Dq Li YES ,
870.Xr fsck 8
871will be run with the
872.Fl y
873flag if the initial preen of the file systems fails.
874.It Va netfs_types
875.Pq Vt str
876List of file system types that are network-based.
877This list should generally not be modified by end users.
878Use
879.Va extra_netfs_types
880instead.
881.It Va extra_netfs_types
882.Pq Vt str
883If set to something other than
884.Dq Li NO
885(the default), this variable extends the list of file system types
886for which automatic mounting at startup by
887.Xr rc 8
888should be delayed until the network is initialized.
889It should contain
890a whitespace-separated list of network file system descriptor pairs,
891each consisting of a file system type as passed to
892.Xr mount 8
893and a human-readable, one-word description, joined with a colon
894.Pq Ql \&: .
895Extending the default list in this way is only necessary
896when third party file system types are used.
897.It Va devfs_config_files
898.Pq Vt str
899This option is used to specify a list of configuration files containing
900.Xr devfs 5
901rules that will be applied by
902.Xr devfsctl 8
903in the order in which they are specified and must include the full path
904to the file.
905.It Va syslogd_enable
906.Pq Vt bool
907If set to
908.Dq Li YES ,
909run the
910.Xr syslogd 8
911daemon.
912.It Va syslogd_program
913.Pq Vt str
914Path to
915.Xr syslogd 8
916(default
917.Pa /usr/sbin/syslogd ) .
918.It Va syslogd_flags
919.Pq Vt str
920If
921.Va syslogd_enable
922is set to
923.Dq Li YES ,
924these are the flags to pass to
925.Xr syslogd 8 .
926.It Va inetd_enable
927.Pq Vt bool
928If set to
929.Dq Li YES ,
930run the
931.Xr inetd 8
932daemon.
933.It Va inetd_program
934.Pq Vt str
935Path to
936.Xr inetd 8
937(default
938.Pa /usr/sbin/inetd ) .
939.It Va inetd_flags
940.Pq Vt str
941If
942.Va inetd_enable
943is set to
944.Dq Li YES ,
945these are the flags to pass to
946.Xr inetd 8 .
947.It Va rwhod_enable
948.Pq Vt bool
949If set to
950.Dq Li YES ,
951run the
952.Xr rwhod 8
953daemon at boot time.
954.It Va rwhod_flags
955.Pq Vt str
956If
957.Va rwhod_enable
958is set to
959.Dq Li YES ,
960these are the flags to pass to it.
961.It Va amd_enable
962.Pq Vt bool
963If set to
964.Dq Li YES ,
965run the
966.Xr amd 8
967daemon at boot time.
968.It Va amd_flags
969.Pq Vt str
970If
971.Va amd_enable
972is set to
973.Dq Li YES ,
974these are the flags to pass to it.
975See the
976.Xr amd 8
977manpage for more information.
978.It Va amd_map_program
979.Pq Vt str
980If set, the specified program is run to get the list of
981.Xr amd 8
982maps.
983For example, if the
984.Xr amd 8
985maps are stored in NIS, one can set this to run
986.Xr ypcat 1
987to get a list of
988.Xr amd 8
989maps from the
990.Pa amd.master
991NIS map.
992.It Va update_motd
993.Pq Vt bool
994If set to
995.Dq Li YES ,
996.Pa /etc/motd
997will be updated at boot time to reflect the kernel release being run.
998If set to
999.Dq Li NO ,
1000.Pa /etc/motd
1001will not be updated.
1002.It Va nfs_client_enable
1003.Pq Vt bool
1004If set to
1005.Dq Li YES ,
1006setup NFS client parameters at boot time.
1007.It Va nfs_access_cache
1008.Pq Vt int
1009If
1010.Va nfs_client_enable
1011is set to
1012.Dq Li YES ,
1013this can be set to
1014.Dq Li 0
1015to disable NFS ACCESS RPC caching, or to the number of seconds for which
1016NFS ACCESS results should be cached.
1017A value of 2-10 seconds will substantially reduce network traffic for
1018many NFS operations.
1019The default is 5 seconds.
1020Note that the attribute cache holds stat information only.
1021The NFS data cache is independent of the attribute cache and is only
1022invalidated when the client detects that the server has modified the
1023underlying file.
1024This value specifies a maximum timeout.
1025The NFS client will automatically use a shorter timeout for files which
1026have been recently modified.
1027.It Va nfs_neg_cache
1028.Pq Vt int
1029If
1030.Va nfs_client_enable
1031is set to
1032.Dq Li YES ,
1033this can be set to
1034.Dq Li 0
1035to disable the caching of NEGATIVE LOOKUPS (lookups of non-existent
1036filenames), or to the number of seconds for which negative lookups should
1037be cached.
1038A value of 2-10 seconds will substantially reduce network
1039traffic for many NFS operations, especially source code builds.
1040The default is 3 seconds.
1041.It Va nfs_server_enable
1042.Pq Vt bool
1043If set to
1044.Dq Li YES ,
1045run the NFS server daemons at boot time.
1046.It Va nfs_server_flags
1047.Pq Vt str
1048If
1049.Va nfs_server_enable
1050is set to
1051.Dq Li YES ,
1052these are the flags to pass to the
1053.Xr nfsd 8
1054daemon.
1055.It Va mountd_enable
1056.Pq Vt bool
1057If set to
1058.Dq Li YES ,
1059and no
1060.Va nfs_server_enable
1061is set, start
1062.Xr mountd 8 ,
1063but not
1064.Xr nfsd 8
1065daemon.
1066It is commonly needed to run CFS without real NFS used.
1067.It Va mountd_flags
1068.Pq Vt str
1069If
1070.Va mountd_enable
1071is set to
1072.Dq Li YES ,
1073these are the flags to pass to the
1074.Xr mountd 8
1075daemon.
1076.It Va weak_mountd_authentication
1077.Pq Vt bool
1078If set to
1079.Dq Li YES ,
1080allow services like PCNFSD to make non-privileged mount requests.
1081.It Va nfs_reserved_port_only
1082.Pq Vt bool
1083If set to
1084.Dq Li YES ,
1085provide NFS services only on a secure port.
1086.It Va nfs_bufpackets
1087.Pq Vt int
1088If set to a number, indicates the number of packets worth of
1089socket buffer space to reserve on an NFS client.
1090The kernel default is typically 4.
1091Using a higher number may be useful on gigabit networks to improve performance.
1092The minimum value is 2 and the maximum is 64.
1093.It Va rpc_umntall_enable
1094.Pq Vt bool
1095If set to
1096.Dq Li YES
1097(default) and we are also an NFS client, run
1098.Xr rpc.umntall 8
1099at boot time to clear out old mounts on remote servers.
1100If set to
1101.Dq Li NO
1102then
1103.Xr rpc.umntall 8
1104will not be run at boot time.
1105.It Va rpc_lockd_enable
1106.Pq Vt bool
1107If set to
1108.Dq Li YES
1109and also an NFS server, run
1110.Xr rpc.lockd 8
1111at boot time.
1112.It Va rpc_lockd_flags
1113.Pq Vt str
1114If
1115.Va rpc_lockd_enable
1116is set to
1117.Dq Li YES ,
1118these are the flags to pass to
1119.Xr rpc.lockd 8 .
1120.It Va rpc_statd_enable
1121.Pq Vt bool
1122If set to
1123.Dq Li YES
1124and also an NFS server, run
1125.Xr rpc.statd 8
1126at boot time.
1127.It Va rpc_statd_flags
1128.Pq Vt str
1129If
1130.Va rpc_statd_enable
1131is set to
1132.Dq Li YES ,
1133these are the flags to pass to
1134.Xr rpc.statd 8 .
1135.It Va rpcbind_program
1136.Pq Vt str
1137Path to program for rpcbind daemon
1138(default
1139.Pa /usr/sbin/rpcbind ) .
1140.It Va rpcbind_enable
1141.Pq Vt bool
1142If set to
1143.Dq Li YES ,
1144run
1145.Va rpcbind_program
1146at boot time.
1147.It Va rpcbind_flags
1148.Pq Vt str
1149If
1150.Va rpcbind_enable
1151is set to
1152.Dq Li YES ,
1153these are the flags to pass to
1154.Va rpcbind_program .
1155.It Va keyserv_enable
1156.Pq Vt bool
1157If set to
1158.Dq Li YES ,
1159run the
1160.Xr keyserv 8
1161daemon on boot for running Secure RPC.
1162.It Va keyserv_flags
1163.Pq Vt str
1164If
1165.Va keyserv_enable
1166is set to
1167.Dq Li YES ,
1168these are the flags to pass to
1169.Xr keyserv 8
1170daemon.
1171.It Va pppoed_enable
1172.Pq Vt bool
1173If set to
1174.Dq Li YES ,
1175run the
1176.Xr pppoed 8
1177daemon at boot time to provide PPP over Ethernet services.
1178.It Va pppoed_provider
1179.Pq Vt str
1180.Xr pppoed 8
1181listens to requests to this provider and ultimately runs
1182.Xr ppp 8
1183with a
1184.Ar system
1185argument of the same name.
1186.It Va pppoed_flags
1187.Pq Vt str
1188Additional flags to pass to
1189.Xr pppoed 8 .
1190.It Va pppoed_interface
1191.Pq Vt str
1192The network interface to run
1193.Xr pppoed 8
1194on.
1195This is mandatory when
1196.Va pppoed_enable
1197is set to
1198.Dq Li YES .
1199.It Va timed_enable
1200.Pq Vt bool
1201If set to
1202.Dq Li YES ,
1203run the
1204.Xr timed 8
1205service at boot time.
1206This command is intended for networks of machines where a consistent
1207.Dq "network time"
1208for all hosts must be established.
1209This is often useful in large NFS environments where time stamps on
1210files are expected to be consistent network-wide.
1211.It Va timed_flags
1212.Pq Vt str
1213If
1214.Va timed_enable
1215is set to
1216.Dq Li YES ,
1217these are the flags to pass to the
1218.Xr timed 8
1219service.
1220.It Va dntpd_enable
1221.Pq Vt bool
1222If set to
1223.Dq Li YES ,
1224run
1225.Xr dntpd 8
1226at system boot time.
1227.It Va dntpd_program
1228.Pq Vt str
1229Path to
1230.Xr dntpd 8
1231(default
1232.Pa /usr/sbin/dntpd ) .
1233.It Va dntpd_flags
1234.Pq Vt str
1235If
1236.Va dntpd_enable
1237is set to
1238.Dq Li YES ,
1239these are the flags to pass to the
1240.Xr dntpd 8
1241daemon.
1242.It Va btconfig_enable
1243.Pq Vt bool
1244If set to
1245.Dq Li YES ,
1246configure Bluetooth devices via
1247.Xr btconfig 8
1248at system boot time.
1249.It Va btconfig_devices
1250.Pq Vt str
1251If
1252.Va btconfig_enable
1253is set to
1254.Dq Li YES ,
1255this is the list of Bluetooth devices to configure.
1256If
1257.Va btconfig_devices
1258is not specified, all devices known to the system will be configured.
1259A
1260.Va btconfig_ Ns Aq Ar device
1261variable can be set to specify parameters to be passed to
1262.Ar device .
1263.It Va btconfig_args
1264.Pq Vt str
1265If
1266.Va btconfig_enable
1267is set to
1268.Dq Li YES ,
1269this is the list of configuration parameters to pass to all Bluetooth
1270devices.
1271.It Va sdpd_enable
1272.Pq Vt bool
1273If set to
1274.Dq Li YES ,
1275run the Service Discovery Profile daemon
1276.Xr ( sdpd 8 )
1277at system boot time.
1278.It Va sdpd_flags
1279.Pq Vt str
1280If
1281.Va sdpd_enable
1282is set to
1283.Dq Li YES ,
1284these are the flags to pass to the
1285.Xr sdpd 8
1286daemon.
1287.It Va bthcid_enable
1288.Pq Vt bool
1289If set to
1290.Dq Li YES ,
1291run the Bluetooth Link Key/PIN Code Manager daemon
1292.Xr ( bthcid 8 )
1293at system boot time.
1294.It Va bthcid_flags
1295.Pq Vt str
1296If
1297.Va bthcid_enable
1298is set to
1299.Dq Li YES ,
1300these are the flags to pass to the
1301.Xr bthcid 8
1302daemon.
1303.It Va nis_client_enable
1304.Pq Vt bool
1305If set to
1306.Dq Li YES ,
1307run the
1308.Xr ypbind 8
1309service at system boot time.
1310.It Va nis_client_flags
1311.Pq Vt str
1312If
1313.Va nis_client_enable
1314is set to
1315.Dq Li YES ,
1316these are the flags to pass to the
1317.Xr ypbind 8
1318service.
1319.It Va nis_ypset_enable
1320.Pq Vt bool
1321If set to
1322.Dq Li YES ,
1323run the
1324.Xr ypset 8
1325daemon at system boot time.
1326.It Va nis_ypset_flags
1327.Pq Vt str
1328If
1329.Va nis_ypset_enable
1330is set to
1331.Dq Li YES ,
1332these are the flags to pass to the
1333.Xr ypset 8
1334daemon.
1335.It Va nis_server_enable
1336.Pq Vt bool
1337If set to
1338.Dq Li YES ,
1339run the
1340.Xr ypserv 8
1341daemon at system boot time.
1342.It Va nis_server_flags
1343.Pq Vt str
1344If
1345.Va nis_server_enable
1346is set to
1347.Dq Li YES ,
1348these are the flags to pass to the
1349.Xr ypserv 8
1350daemon.
1351.It Va nis_ypxfrd_enable
1352.Pq Vt bool
1353If set to
1354.Dq Li YES ,
1355run the
1356.Xr rpc.ypxfrd 8
1357daemon at system boot time.
1358.It Va nis_ypxfrd_flags
1359.Pq Vt str
1360If
1361.Va nis_ypxfrd_enable
1362is set to
1363.Dq Li YES ,
1364these are the flags to pass to the
1365.Xr rpc.ypxfrd 8
1366daemon.
1367.It Va nis_yppasswdd_enable
1368.Pq Vt bool
1369If set to
1370.Dq Li YES ,
1371run the
1372.Xr rpc.yppasswdd 8
1373daemon at system boot time.
1374.It Va nis_yppasswdd_flags
1375.Pq Vt str
1376If
1377.Va nis_yppasswdd_enable
1378is set to
1379.Dq Li YES ,
1380these are the flags to pass to the
1381.Xr rpc.yppasswdd 8
1382daemon.
1383.It Va rpc_ypupdated_enable
1384.Pq Vt bool
1385If set to
1386.Dq Li YES ,
1387run the
1388.Nm rpc.ypupdated
1389daemon at system boot time.
1390.It Va defaultrouter
1391.Pq Vt str
1392If not set to
1393.Dq Li NO ,
1394create a default route to this host name or IP address
1395(use an IP address if this router is also required to get to the
1396name server!).
1397.It Va ipv6_defaultrouter
1398.Pq Vt str
1399The IPv6 equivalent of
1400.Va defaultrouter .
1401.It Va static_routes
1402.Pq Vt str
1403Set to the list of static routes that are to be added at system boot time.
1404If not set to
1405.Dq Li NO
1406then for each whitespace separated
1407.Ar element
1408in the value, a
1409.Va route_ Ns Aq Ar element
1410variable is assumed to exist whose contents will later be passed to a
1411.Dq Nm route Cm add
1412operation.
1413.It Va ipv6_static_routes
1414.Pq Vt str
1415The IPv6 equivalent of
1416.Va static_routes .
1417If not set to
1418.Dq Li NO
1419then for each whitespace separated
1420.Ar element
1421in the value, a
1422.Va ipv6_route_ Ns Aq Ar element
1423variable is assumed to exist whose contents will later be passed to a
1424.Dq Nm route Cm add Fl inet6
1425operation.
1426.It Va gateway_enable
1427.Pq Vt bool
1428If set to
1429.Dq Li YES ,
1430configure host to act as an IP router, e.g. to forward packets
1431between interfaces.
1432.It Va ipv6_gateway_enable
1433.Pq Vt bool
1434The IPv6 equivalent of
1435.Va gateway_enable .
1436.It Va router_enable
1437.Pq Vt bool
1438If set to
1439.Dq Li YES ,
1440run a routing daemon of some sort, based on the settings of
1441.Va router_program
1442and
1443.Va router_flags .
1444.It Va ipv6_router_enable
1445.Pq Vt bool
1446The IPv6 equivalent of
1447.Va router_enable .
1448If set to
1449.Dq Li YES ,
1450run a routing daemon of some sort, based on the settings of
1451.Va ipv6_router_program
1452and
1453.Va ipv6_router_flags .
1454.It Va router_program
1455.Pq Vt str
1456If
1457.Va router_enable
1458is set to
1459.Dq Li YES ,
1460this is the name of the routing daemon to use
1461(default
1462.Pa /sbin/routed ) .
1463.It Va ipv6_router_program
1464.Pq Vt str
1465The IPv6 equivalent of
1466.Va router_program
1467(default
1468.Pa /sbin/route6d ) .
1469.It Va router_flags
1470.Pq Vt str
1471If
1472.Va router_enable
1473is set to
1474.Dq Li YES ,
1475these are the flags to pass to the routing daemon.
1476.It Va ipv6_router_flags
1477.Pq Vt str
1478The IPv6 equivalent of
1479.Va router_flags .
1480.It Va mrouted_enable
1481.Pq Vt bool
1482If set to
1483.Dq Li YES ,
1484run the multicast routing daemon,
1485.Xr mrouted 8 .
1486.It Va mroute6d_enable
1487.Pq Vt bool
1488The IPv6 equivalent of
1489.Va mrouted_enable .
1490If set to
1491.Dq Li YES ,
1492run the IPv6 multicast routing daemon.
1493Note that no IPv6 multicast routing daemon is included in the
1494.Dx
1495base system but
1496.Xr pim6dd 8
1497can be installed from the
1498.Xr pkgsrc 7
1499collection.
1500.It Va mrouted_flags
1501.Pq Vt str
1502If
1503.Va mrouted_enable
1504is set to
1505.Dq Li YES ,
1506these are the flags to pass to the
1507.Xr mrouted 8
1508daemon.
1509.It Va mroute6d_flags
1510.Pq Vt str
1511The IPv6 equivalent of
1512.Va mrouted_flags .
1513If
1514.Va mroute6d_enable
1515is set to
1516.Dq Li YES ,
1517these are the flags passed to the IPv6 multicast routing daemon.
1518.It Va mroute6d_program
1519.Pq Vt str
1520If
1521.Va mroute6d_enable
1522is set to
1523.Dq Li YES ,
1524this is the path to the IPv6 multicast routing daemon.
1525.It Va rtadvd_enable
1526.Pq Vt bool
1527If set to
1528.Dq Li YES ,
1529run the
1530.Xr rtadvd 8
1531daemon at boot time.
1532.Xr rtadvd 8
1533will only run if
1534.Va ipv6_gateway_enable
1535is also set to
1536.Dq Li YES .
1537The
1538.Xr rtadvd 8
1539utility sends router advertisement packets to the interfaces specified in
1540.Va rtadvd_interfaces .
1541.Xr rtadvd 8
1542and should only be enabled with great care.
1543You may want to fine-tune
1544.Xr rtadvd.conf 5 .
1545.It Va rtadvd_interfaces
1546.Pq Vt str
1547If
1548.Va rtadvd_enable
1549is set to
1550.Dq Li YES
1551this is the list of interfaces to use.
1552.It Va rtsold_enable
1553.Pq Vt bool
1554If set to
1555.Dq Li YES ,
1556run the
1557.Xr rtsold 8
1558daemon at boot time.
1559The
1560.Xr rtsold 8
1561daemon is used for automatic discovery of non-link local addresses.
1562.It Va rtsold_flags
1563.Pq Vt str
1564If
1565.Va rtsold_enable
1566is set to
1567.Dq Li YES ,
1568these are the flags to pass to the
1569.Xr rtsold 8
1570daemon.
1571.It Va ipxgateway_enable
1572.Pq Vt bool
1573If set to
1574.Dq Li YES ,
1575enable the routing of IPX traffic.
1576.It Va ipxrouted_enable
1577.Pq Vt bool
1578If set to
1579.Dq Li YES ,
1580run the
1581.Xr IPXrouted 8
1582daemon at system boot time.
1583.It Va ipxrouted_flags
1584.Pq Vt str
1585If
1586.Va ipxrouted_enable
1587is set to
1588.Dq Li YES ,
1589these are the flags to pass to the
1590.Xr IPXrouted 8
1591daemon.
1592.It Va arpproxy_all
1593.Pq Vt bool
1594If set to
1595.Dq Li YES ,
1596enable global proxy ARP.
1597.It Va forward_sourceroute
1598.Pq Vt bool
1599If set to
1600.Dq Li YES
1601and
1602.Va gateway_enable
1603is also set to
1604.Dq Li YES ,
1605source-routed packets are forwarded.
1606.It Va accept_sourceroute
1607.Pq Vt bool
1608If set to
1609.Dq Li YES ,
1610the system will accept source-routed packets directed at it.
1611.It Va rarpd_enable
1612.Pq Vt bool
1613If set to
1614.Dq Li YES ,
1615run the
1616.Xr rarpd 8
1617daemon at system boot time.
1618.It Va rarpd_flags
1619.Pq Vt str
1620If
1621.Va rarpd_enable
1622is set to
1623.Dq Li YES ,
1624these are the flags to pass to the
1625.Xr rarpd 8
1626daemon.
1627.It Va bootparamd_enable
1628.Pq Vt bool
1629If set to
1630.Dq Li YES ,
1631run the
1632.Xr bootparamd 8
1633daemon at system boot time.
1634.It Va bootparamd_flags
1635.Pq Vt str
1636If
1637.Va bootparamd_enable
1638is set to
1639.Dq Li YES ,
1640these are the flags to pass to the
1641.Xr bootparamd 8
1642daemon.
1643.It Va stf_interface_ipv4addr
1644.Pq Vt str
1645If not set to
1646.Dq Li NO ,
1647this is the local IPv4 address for 6to4 (IPv6 over IPv4 tunneling interface).
1648Specify this entry to enable the 6to4 interface.
1649.It Va stf_interface_ipv4plen
1650.Pq Vt int
1651Prefix length for 6to4 IPv4 addresses, to limit peer address range.
1652An effective value is 0-31.
1653.It Va stf_interface_ipv6_ifid
1654.Pq Vt str
1655IPv6 interface ID for
1656.Xr stf 4 .
1657This can be set to
1658.Dq Li AUTO .
1659.It Va stf_interface_ipv6_slaid
1660.Pq Vt str
1661IPv6 Site Level Aggregator for
1662.Xr stf 4 .
1663.It Va ipv6_faith_prefix
1664.Pq Vt str
1665If not set to
1666.Dq Li NO ,
1667this is the faith prefix to enable a FAITH IPv6-to-IPv4 TCP translator.
1668You also need
1669.Xr faithd 8
1670setup.
1671.It Va ipv6_ipv4mapping
1672.Pq Vt bool
1673If set to
1674.Dq Li YES
1675this enables IPv4 mapped IPv6 address communication (like
1676.Li ::ffff:a.b.c.d ) .
1677.It Va atm_enable
1678.Pq Vt bool
1679Set to
1680.Dq Li YES
1681to enable the configuration of ATM interfaces at system boot time.
1682For all of the ATM variables described below, please refer to the
1683.Xr atm 8
1684man page for further details on the available command parameters.
1685Also refer to the files in
1686.Pa /usr/share/examples/atm
1687for more detailed configuration information.
1688.It Va atm_netif_ Ns Aq Ar intf
1689.Pq Vt str
1690For the ATM physical interface
1691.Ar intf ,
1692this variable defines the name prefix and count for the ATM network
1693interfaces to be created.
1694The value will be passed as the parameters of an
1695.Dq Nm atm Cm "set netif" Ar intf
1696command.
1697.It Va atm_sigmgr_ Ns Aq Ar intf
1698.Pq Vt str
1699For the ATM physical interface
1700.Ar intf ,
1701this variable defines the ATM signalling manager to be used.
1702The value will be passed as the parameters of an
1703.Dq Nm atm Cm attach Ar intf
1704command.
1705.It Va atm_prefix_ Ns Aq Ar intf
1706.Pq Vt str
1707For the ATM physical interface
1708.Ar intf ,
1709this variable defines the NSAP prefix for interfaces using a UNI signalling
1710manager.
1711If set to
1712.Dq Li ILMI ,
1713the prefix will automatically be set via the
1714.Xr ilmid 8
1715daemon.
1716Otherwise, the value will be passed as the parameters of an
1717.Dq Nm atm Cm "set prefix" Ar intf
1718command.
1719.It Va atm_macaddr_ Ns Aq Ar intf
1720.Pq Vt str
1721For the ATM physical interface
1722.Ar intf ,
1723this variable defines the MAC address for interfaces using a UNI signalling
1724manager.
1725If set to
1726.Dq Li NO ,
1727the hardware MAC address contained in the ATM interface card will be used.
1728Otherwise, the value will be passed as the parameters of an
1729.Dq Nm atm Cm "set mac" Ar intf
1730command.
1731.It Va atm_arpserver_ Ns Aq Ar netif
1732.Pq Vt str
1733For the ATM network interface
1734.Ar netif ,
1735this variable defines the ATM address for a host which is to provide ATMARP
1736service.
1737This variable is only applicable to interfaces using a UNI signalling manager.
1738If set to
1739.Dq Li local ,
1740this host will become an ATMARP server.
1741The value will be passed as the parameters of an
1742.Dq Nm atm Cm "set arpserver" Ar netif
1743command.
1744.It Va atm_scsparp_ Ns Aq Ar netif
1745.Pq Vt bool
1746If set to
1747.Dq Li YES ,
1748SCSP/ATMARP service for the network interface
1749.Ar netif
1750will be initiated using the
1751.Xr scspd 8
1752and
1753.Xr atmarpd 8
1754daemons.
1755This variable is only applicable if
1756.Va atm_arpserver_ Ns Aq Ar netif
1757is set to
1758.Dq Li local .
1759.It Va atm_arps
1760.Pq Vt str
1761Set to the list of permanent ATM ARP entries to be added at system boot time.
1762For each whitespace separated
1763.Ar element
1764in the value, an
1765.Va atm_arp_ Ns Aq Ar element
1766variable is assumed to exist.
1767The value of each of these variables will be passed as the parameters of an
1768.Dq Nm atm Cm "add arp"
1769command.
1770.It Va keybell
1771.Pq Vt str
1772The keyboard bell sound.
1773Set to
1774.Dq Li normal ,
1775.Dq Li visual ,
1776.Dq Li off ,
1777or
1778.Dq Li NO
1779if the default behavior is desired.
1780For details, refer to the
1781.Xr kbdcontrol 1
1782manpage.
1783.It Va keymap
1784.Pq Vt str
1785If set to
1786.Dq Li NO ,
1787no keymap is installed, otherwise the value is used to install
1788the keymap file in
1789.Pa /usr/share/syscons/keymaps/ Ns Ao Ar value Ac Ns Pa .kbd .
1790.It Va keyrate
1791.Pq Vt str
1792The keyboard repeat speed.
1793Set to
1794.Dq Li slow ,
1795.Dq Li normal ,
1796.Dq Li fast ,
1797or
1798.Dq Li NO
1799if the default behavior is desired.
1800.It Va keychange
1801.Pq Vt str
1802If not set to
1803.Dq Li NO ,
1804attempt to program the function keys with the value.
1805The value should be a single string of the form:
1806.Dq Ar funkey_number new_value Op Ar funkey_number new_value ... .
1807.It Va cursor
1808.Pq Vt str
1809Can be set to the value of
1810.Dq Li normal ,
1811.Dq Li blink ,
1812.Dq Li destructive ,
1813or
1814.Dq Li NO
1815to set the cursor behavior explicitly or choose the default behavior.
1816.It Va scrnmap
1817.Pq Vt str
1818If set to
1819.Dq Li NO ,
1820no screen map is installed, otherwise the value is used to install
1821the screen map file in
1822.Pa /usr/share/syscons/scrnmaps/ Ns Aq Ar value .
1823.It Va font8x16
1824.Pq Vt str
1825If set to
1826.Dq Li NO ,
1827the default 8x16 font value is used for screen size requests, otherwise
1828the value in
1829.Pa /usr/share/syscons/fonts/ Ns Aq Ar value
1830is used.
1831.It Va font8x14
1832.Pq Vt str
1833If set to
1834.Dq Li NO ,
1835the default 8x14 font value is used for screen size requests, otherwise
1836the value in
1837.Pa /usr/share/syscons/fonts/ Ns Aq Ar value
1838is used.
1839.It Va font8x8
1840.Pq Vt str
1841If set to
1842.Dq Li NO ,
1843the default 8x8 font value is used for screen size requests, otherwise
1844the value in
1845.Pa /usr/share/syscons/fonts/ Ns Aq Ar value
1846is used.
1847.It Va blanktime
1848.Pq Vt int
1849If set to
1850.Dq Li NO ,
1851the default screen blanking interval is used, otherwise it is set to
1852.Ar value
1853seconds.
1854.It Va saver
1855.Pq Vt str
1856If not set to
1857.Dq Li NO ,
1858this is the actual screen saver to use
1859.Li ( blank , snake , daemon ,
1860etc).
1861.It Va moused_enable
1862.Pq Vt str
1863If set to
1864.Dq Li YES ,
1865the
1866.Xr moused 8
1867daemon is started for doing cut/paste selection on the console.
1868.It Va moused_type
1869.Pq Vt str
1870This is the protocol type of the mouse connected to this host.
1871This variable must be set if
1872.Va moused_enable
1873is set to
1874.Dq Li YES .
1875The
1876.Xr moused 8
1877daemon
1878is able to detect the appropriate mouse type automatically in many cases.
1879Set this variable to
1880.Dq Li auto
1881to let the daemon detect it, or
1882select one from the following list if the automatic detection fails.
1883.Pp
1884If the mouse is attached to the PS/2 mouse port, choose
1885.Dq Li auto
1886or
1887.Dq Li ps/2 ,
1888regardless of the brand and model of the mouse.
1889Likewise, if the mouse is attached to the bus mouse port, choose
1890.Dq Li auto
1891or
1892.Dq Li busmouse .
1893All other protocols are for serial mice and will not work with
1894the PS/2 and bus mice.
1895If this is a USB mouse,
1896.Dq Li auto
1897is the only protocol type which will work.
1898.Pp
1899.Bl -tag -width ".Li x10mouseremote" -compact
1900.It Li microsoft
1901Microsoft mouse (serial)
1902.It Li intellimouse
1903Microsoft IntelliMouse (serial)
1904.It Li mousesystems
1905Mouse systems Corp. mouse (serial)
1906.It Li mmseries
1907MM Series mouse (serial)
1908.It Li logitech
1909Logitech mouse (serial)
1910.It Li busmouse
1911A bus mouse
1912.It Li mouseman
1913Logitech MouseMan and TrackMan (serial)
1914.It Li glidepoint
1915ALPS GlidePoint (serial)
1916.It Li thinkingmouse
1917Kensington ThinkingMouse (serial)
1918.It Li ps/2
1919PS/2 mouse
1920.It Li mmhittab
1921MM HitTablet (serial)
1922.It Li x10mouseremote
1923X10 MouseRemote (serial)
1924.It Li versapad
1925Interlink VersaPad (serial)
1926.El
1927.Pp
1928Even if the mouse is not in the above list, it may be compatible
1929with one in the list.
1930Refer to the man page for
1931.Xr moused 8
1932for compatibility information.
1933.Pp
1934It should also be noted that while this is enabled, any
1935other client of the mouse (such as an X server) should access
1936the mouse through the virtual mouse device,
1937.Pa /dev/sysmouse ,
1938and configure it as a
1939.Dq Li sysmouse
1940type mouse, since all
1941mouse data is converted to this single canonical format when using
1942.Xr moused 8 .
1943If the client program does not support the
1944.Dq Li sysmouse
1945type, specify the
1946.Dq Li mousesystems
1947type.
1948It is the second preferred type.
1949.It Va moused_port
1950.Pq Vt str
1951If
1952.Va moused_enable
1953is set to
1954.Dq Li YES ,
1955this is the actual port the mouse is on.
1956It might be
1957.Pa /dev/cuaa0
1958for a COM1 serial mouse,
1959.Pa /dev/psm0
1960for a PS/2 mouse or
1961.Pa /dev/mse0
1962for a bus mouse, for example.
1963.It Va moused_flags
1964.Pq Vt str
1965If
1966.Va moused_type
1967is set, these are the additional flags to pass to the
1968.Xr moused 8
1969daemon.
1970.It Va mousechar_start
1971.Pq Vt int
1972If set to
1973.Dq Li NO ,
1974the default mouse cursor character range
1975.Li 0xd0 Ns - Ns Li 0xd3
1976is used, otherwise the range start is set to
1977.Ar value
1978character, see
1979.Xr vidcontrol 1 .
1980Use if the default range is occupied in the language code table.
1981.It Va vidhistory
1982.Pq Vt int
1983Set the size of the history (scrollback) buffer in lines.
1984.It Va allscreens_flags
1985.Pq Vt str
1986If set,
1987.Xr vidcontrol 1
1988is run with these options for each of the virtual terminals
1989.Pq Pa /dev/ttyv* .
1990For example,
1991.Dq Fl m Cm on
1992will enable the mouse pointer on all virtual terminals if
1993.Va moused_enable
1994is set to
1995.Dq Li YES .
1996.It Va allscreens_kbdflags
1997.Pq Vt str
1998If set,
1999.Xr kbdcontrol 1
2000is run with these options for each of the virtual terminals
2001.Pq Pa /dev/ttyv* .
2002For example,
2003.Dq Fl h Li 200
2004will set the
2005.Xr syscons 4
2006scrollback (history) buffer to 200 lines.
2007.It Va cron_enable
2008.Pq Vt bool
2009If set to
2010.Dq Li YES ,
2011run the
2012.Xr cron 8
2013daemon at system boot time.
2014.It Va cron_program
2015.Pq Vt str
2016Path to
2017.Xr cron 8
2018(default
2019.Pa /usr/sbin/cron ) .
2020.It Va cron_flags
2021.Pq Vt str
2022If
2023.Va cron_enable
2024is set to
2025.Dq Li YES ,
2026these are the flags to pass to
2027.Xr cron 8 .
2028.It Va lpd_program
2029.Pq Vt str
2030Path to
2031.Xr lpd 8
2032(default
2033.Pa /usr/sbin/lpd ) .
2034.It Va lpd_enable
2035.Pq Vt bool
2036If set to
2037.Dq Li YES ,
2038run the
2039.Xr lpd 8
2040daemon at system boot time.
2041.It Va lpd_flags
2042.Pq Vt str
2043If
2044.Va lpd_enable
2045is set to
2046.Dq Li YES ,
2047these are the flags to pass to the
2048.Xr lpd 8
2049daemon.
2050.It Va nscd_enable
2051.Pq Vt bool
2052If set to
2053.Dq Li YES ,
2054run the
2055.Xr nscd 8
2056daemon at system boot time.
2057.It Va mixer_enable
2058.Pq Vt bool
2059If set to
2060.Dq Li YES ,
2061preserve
2062.Xr mixer 8
2063settings across reboots.
2064.It Va mta_start_script
2065.Pq Vt str
2066The full path to the script to run to start
2067a mail transfer agent.
2068The default is
2069.Pa /etc/rc.sendmail .
2070The
2071.Va sendmail_*
2072variables which
2073.Pa /etc/rc.sendmail
2074uses are documented in the
2075.Xr rc.sendmail 8
2076man page.
2077.It Va fixbootfile
2078.Pq Vt bool
2079In a
2080.Sq HAMMER ROOT with UFS /boot
2081setup, the boot loader will not set up the
2082.Va kern.bootfile
2083sysctl correctly.
2084The system will attempt to fix this on its own.
2085Set this variable to
2086.Dq Li NO
2087to turn this behavior off.
2088.It Va dumpdev
2089.Pq Vt str
2090Indicates the device (usually a swap partition) to which a crash dump
2091should be written in the event of a system crash.
2092The value of this variable is passed as the argument to
2093.Xr dumpon 8
2094and
2095.Xr savecore 8 .
2096To disable crash dumps, set this variable to
2097.Dq Li NO .
2098.It Va dumpdir
2099.Pq Vt str
2100When the system reboots after a crash and a crash dump is found on the
2101device specified by the
2102.Va dumpdev
2103variable,
2104.Xr savecore 8
2105will save that crash dump and a copy of the kernel to the directory
2106specified by the
2107.Va dumpdir
2108variable.
2109The default value is
2110.Pa /var/crash .
2111Set to
2112.Dq Li NO
2113to not run
2114.Xr savecore 8
2115at boot time when
2116.Va dumpdir
2117is set.
2118.It Va savecore_flags
2119.Pq Vt str
2120If crash dumps are enabled, these are the flags to pass to the
2121.Xr savecore 8
2122utility.
2123.It Va crashinfo_enable
2124.Pq Vt bool
2125Set to
2126.Dq Li YES
2127to turn on automatic crash dump summary generation using the utility
2128specified by the
2129.Va crashinfo_program
2130variable.
2131.It Va crashinfo_program
2132.Pq Vt str
2133Program to run to generate a crash dump summary if the variable
2134.Va crashinfo_enable
2135is set to
2136.Dq Li YES .
2137The default value is
2138.Pa /usr/sbin/crashinfo .
2139.It Va enable_quotas
2140.Pq Vt bool
2141Set to
2142.Dq Li YES
2143to turn on user disk quotas on system startup via the
2144.Xr quotaon 8
2145command.
2146.It Va check_quotas
2147.Pq Vt bool
2148Set to
2149.Dq Li YES
2150to enable user disk quota checking via the
2151.Xr quotacheck 8
2152command.
2153.It Va accounting_enable
2154.Pq Vt bool
2155Set to
2156.Dq Li YES
2157to enable system accounting through the
2158.Xr accton 8
2159facility.
2160.It Va linux_enable
2161.Pq Vt bool
2162Set to
2163.Dq Li YES
2164to enable Linux/ELF binary emulation at system initial boot time.
2165.It Va sysvipc_enable
2166.Pq Vt bool
2167If set to
2168.Dq Li YES ,
2169load System V IPC primitives at boot time.
2170.\" ----- cleanvar_enable setting--------------------------------
2171.It Va cleanvar_enable
2172.Pq Vt bool
2173Set to
2174.Dq Li YES
2175to have
2176.Pa /var/run ,
2177.Pa /var/spool/lock
2178and
2179.Pa /var/spool/uucp/.Temp/*
2180cleaned at startup.
2181.\" ----- clear_tmp_enable setting-------------------------------
2182.It Va clear_tmp_enable
2183.Pq Vt bool
2184Set to
2185.Dq Li YES
2186to have
2187.Pa /tmp
2188cleaned at startup.
2189.\" ----- ldconfig_paths setting --------------------------------
2190.It Va ldconfig_paths
2191.Pq Vt str
2192Set to the list of shared library paths to use with
2193.Xr ldconfig 8 .
2194NOTE:
2195.Pa /usr/lib
2196will always be added first, so it need not appear in this list.
2197.It Va ldconfig_insecure
2198.Pq Vt bool
2199The
2200.Xr ldconfig 8
2201utility normally refuses to use directories
2202which are writable by anyone except root.
2203Set this variable to
2204.Dq Li YES
2205to disable that security check during system startup.
2206.It Va kern_securelevel
2207.Pq Vt int
2208The kernel security level to set at startup.
2209The allowed range of
2210.Ar value
2211ranges from \-1 (the compile time default) to 3 (the most secure).
2212See
2213.Xr init 8
2214for the list of possible security levels and their effect on system operation.
2215.It Va start_vinum
2216.Pq Vt bool
2217Set to
2218.Dq Li YES
2219to start
2220.Xr vinum 8
2221at system boot time.
2222.It Va sshd_enable
2223.Pq Vt bool
2224Set to
2225.Dq Li YES
2226to start
2227.Xr sshd 8
2228at system boot time.
2229.It Va sshd_program
2230.Pq Vt str
2231Path to the SSH server program
2232(default
2233.Pa /usr/sbin/sshd ) .
2234.It Va sshd_flags
2235.Pq Vt str
2236If
2237.Va sshd_enable
2238is set to
2239.Dq Li YES ,
2240these are the flags to pass to the
2241.Xr sshd 8
2242daemon.
2243.It Va ftpd_enable
2244.Pq Vt bool
2245Set to
2246.Dq Li YES
2247to start
2248.Xr ftpd 8
2249at system boot time.
2250.It Va ftpd_flags
2251.Pq Vt str
2252If
2253.Va ftpd_enable
2254is set to
2255.Dq Li YES ,
2256these are the flags to pass to the
2257.Xr ftpd 8
2258daemon.
2259.It Va usbd_enable
2260.Pq Vt bool
2261If set to
2262.Dq Li YES ,
2263run the
2264.Xr usbd 8
2265daemon at boot time.
2266.It Va usbd_flags
2267.Pq Vt str
2268If
2269.Va usbd_enable
2270is set to
2271.Dq Li YES ,
2272these are the flags passed to
2273.Xr usbd 8
2274daemon.
2275.It Va watchdogd_enable
2276.Pq Vt bool
2277If set to
2278.Dq Li YES ,
2279start the
2280.Xr watchdogd 8
2281daemon at boot time.
2282This requires that the kernel have been compiled with
2283.Cd "options WATCHDOG" .
2284.It Va jail_enable
2285.Pq Vt bool
2286If set to
2287.Dq Li NO ,
2288any configured jails will not be started.
2289.It Va jail_list
2290.Pq Vt str
2291A space separated list of names for jails.
2292This is purely a configuration aid to help identify and
2293configure multiple jails.
2294The names specified in this list will be used to
2295identify settings common to an instance of a jail.
2296Assuming that the jail in question was named
2297.Li vjail ,
2298you would have the following dependent variables:
2299.Bd -literal
2300jail_vjail_hostname="jail.example.com"
2301jail_vjail_ip="192.168.1.100"
2302jail_vjail_rootdir="/var/jails/vjail/root"
2303.Ed
2304.Pp
2305.It Va jail_flags
2306.Pq Vt str
2307Unset by default.
2308When set, use as default value for
2309.Va jail_ Ns Ao Ar jname Ac Ns Va _flags
2310for every jail in
2311.Va jail_list .
2312.It Va jail_interface
2313.Pq Vt str
2314Unset by default.
2315When set, use as default value for
2316.Va jail_ Ns Ao Ar jname Ac Ns Va _interface
2317for every jail in
2318.Va jail_list .
2319.It Va jail_fstab
2320.Pq Vt str
2321Unset by default.
2322When set, use as default value for
2323.Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
2324for every jail in
2325.Va jail_list .
2326.It Va jail_mount_enable
2327.Pq Vt bool
2328Set to
2329.Dq Li NO
2330by default.
2331When set to
2332.Dq Li YES ,
2333sets
2334.Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
2335to
2336.Dq Li YES
2337by default for every jail in
2338.Va jail_list .
2339.It Va jail_fdesc_enable
2340.Pq Vt bool
2341Set to
2342.Dq Li NO
2343by default.
2344When set to
2345.Dq Li YES ,
2346sets
2347.Va jail_ Ns Ao Ar jname Ac Ns Va _fdesc_enable
2348to
2349.Dq Li YES
2350by default for every jail in
2351.Va jail_list .
2352.It Va jail_procfs_enable
2353.Pq Vt bool
2354Set to
2355.Dq Li NO
2356by default.
2357When set to
2358.Dq Li YES ,
2359sets
2360.Va jail_ Ns Ao Ar jname Ac Ns Va _fdesc_enable
2361to
2362.Dq Li YES
2363by default for every jail in
2364.Va jail_list .
2365.It Va jail_exec_start
2366.Pq Vt str
2367Unset by default.
2368When set, use as default value for
2369.Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
2370for every jail in
2371.Va jail_list .
2372.It Va jail_exec_stop
2373Unset by default.
2374When set, use as default value for
2375.Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
2376for every jail in
2377.Va jail_list .
2378.It Va jail_ Ns Ao Ar jname Ac Ns Va _rootdir
2379.Pq Vt str
2380Unset by default.
2381Set to the root directory used by jail
2382.Va jname .
2383.It Va jail_ Ns Ao Ar jname Ac Ns Va _hostname
2384.Pq Vt str
2385Unset by default.
2386Set to the fully qualified domain name (FQDN) assigned to jail
2387.Va jname .
2388.It Va jail_ Ns Ao Ar jname Ac Ns Va _ip
2389.Pq Vt str
2390Unset by default.
2391Set to the IP address assigned to jail
2392.Va jname .
2393.It Va jail_ Ns Ao Ar jname Ac Ns Va _flags
2394.Pq Vt str
2395Set to
2396.Dq Li -l -U root
2397by default.
2398These are flags to pass to
2399.Xr jail 8 .
2400.It Va jail_ Ns Ao Ar jname Ac Ns Va _interface
2401.Pq Vt str
2402Unset by default.
2403When set, sets the interface to use when setting IP address alias.
2404Note that the alias is created at jail startup and removed at jail shutdown.
2405.It Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
2406.Pq Vt str
2407Set to
2408.Pa /etc/fstab. Ns Aq Ar jname
2409by default.
2410This is the file system information file to use for jail
2411.Va jname .
2412.It Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
2413.Pq Vt bool
2414Set to
2415.Dq Li NO
2416by default.
2417When set to
2418.Dq Li YES ,
2419mount all file systems from
2420.Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
2421at jail startup.
2422.It Va jail_ Ns Ao Ar jname Ac Ns Va _fdesc_enable
2423.Pq Vt bool
2424Set to
2425.Dq Li NO
2426by default.
2427When set to
2428.Dq Li YES ,
2429mount the file-descriptor file system inside jail
2430.Ar jname
2431at jail startup.
2432.It Va jail_ Ns Ao Ar jname Ac Ns Va _procfs_enable
2433.Pq Vt bool
2434Set to
2435.Dq Li NO
2436by default.
2437When set to
2438.Dq Li YES ,
2439mount the process file system inside jail
2440.Ar jname
2441at jail startup.
2442.It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
2443.Pq Vt str
2444Set to
2445.Dq Li /bin/sh /etc/rc
2446by default.
2447This is the command executed at jail startup.
2448.It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
2449.Pq Vt str
2450Set to
2451.Dq Li /bin/sh /etc/rc.shutdown
2452by default.
2453This is the command executed at jail shutdown.
2454.It Va jail_set_hostname_allow
2455.Pq Vt bool
2456If set to
2457.Dq Li NO ,
2458do not allow the root user in a jail to set its hostname.
2459.It Va jail_socket_unixiproute_only
2460.Pq Vt bool
2461If set to
2462.Dq Li YES ,
2463do not allow any sockets,
2464besides UNIX/IP/route sockets,
2465to be used within a jail.
2466.It Va jail_sysvipc_allow
2467.Pq Vt bool
2468If set to
2469.Dq Li YES ,
2470allow applications within a jail to use System V IPC.
2471.It Va lvm_enable
2472.Pq Vt bool
2473If set to
2474.Dq Li YES
2475LVM volumes will be discovered and configured on boot.
2476.It Va newsyslog_enable
2477.Pq Vt bool
2478If set to
2479.Dq Li YES ,
2480run
2481.Xr newsyslog 8
2482before syslogd starts.
2483.It Va newsyslog_flags
2484.Pq Vt str
2485If
2486.Va newsyslog_enable
2487is set to
2488.Dq Li YES ,
2489these are the flags passed to
2490.Xr newsyslog 8 .
2491.It Va resident_enable
2492.Pq Vt bool
2493If set to
2494.Dq Li YES ,
2495make the dynamic binaries listed in
2496.Pa /etc/resident.conf
2497resident.
2498.It Va varsym_enable
2499.Pq Vt bool
2500If set to
2501.Dq Li YES ,
2502process
2503.Pa /etc/varsym.conf
2504to set system-wide variables for variant symlinks.
2505.It Va rand_irqs
2506.Pq Vt str
2507Set either to
2508.Dq Li NO
2509or a whitespace separated list of IRQ numbers which will be used as a source of
2510randomness.
2511.\" ----- isdn settings ---------------------------------
2512.It Va isdn_enable
2513.Pq Vt bool
2514Set to
2515.Dq Li NO
2516by default.
2517When set to
2518.Dq Li YES ,
2519starts the
2520.Xr isdnd 8
2521daemon at system boot time.
2522.It Va isdn_flags
2523.Pq Vt str
2524Set to
2525.Dq Fl d Ns Cm n Fl d Ns Li 0x1f9
2526by default.
2527Additional flags to pass to
2528.Xr isdnd 8
2529(but see
2530.Va isdn_fsdev
2531and
2532.Va isdn_ttype
2533for certain tunable parameters).
2534.It Va isdn_ttype
2535.Pq Vt str
2536Set to
2537.Dq Li cons25
2538by default.
2539The terminal type of the output device when
2540.Xr isdnd 8
2541operates in full-screen mode.
2542.It Va isdn_screenflags
2543.Pq Vt str
2544Set to
2545.Dq Li NO
2546by default.
2547The video mode for full-screen mode (only for
2548.Xr syscons 4
2549console driver, see
2550.Xr vidcontrol 1
2551for valid modes).
2552.It Va isdn_fsdev
2553.Pq Vt str
2554Set to
2555.Dq Li NO
2556by default.
2557The output device for
2558.Xr isdnd 8
2559in full-screen mode (or
2560.Dq Li NO
2561for daemon mode).
2562.It Va isdn_trace
2563.Pq Vt bool
2564Set to
2565.Dq Li NO
2566by default.
2567When set to
2568.Dq Li YES ,
2569enables the ISDN protocol trace utility
2570.Xr isdntrace 8
2571at system boot time.
2572.It Va isdn_traceflags
2573.Pq Vt str
2574Set to
2575.Dq Fl f Pa /var/tmp/isdntrace0
2576by default.
2577Flags for
2578.Xr isdntrace 8 .
2579.\" -----------------------------------------------------
2580.It Va entropy_dir
2581.Pq Vt str
2582Set to
2583.Dq Li NO
2584to disable caching entropy via
2585.Xr cron 8 .
2586Otherwise set to the directory used to store entropy files in.
2587.It Va entropy_file
2588.Pq Vt str
2589Set to
2590.Dq Li NO
2591to disable caching entropy through reboots.
2592Otherwise set to the filename used to store cached entropy through reboots.
2593This file should be located on the root file system to seed the
2594.Xr random 4
2595device as early as possible in the boot process.
2596.It Va ipsec_enable
2597.Pq Vt bool
2598Set to
2599.Dq Li YES
2600to run
2601.Xr setkey 8
2602on
2603.Va ipsec_file
2604at boot time.
2605.It Va ipsec_file
2606.Pq Vt str
2607Configuration file for
2608.Xr setkey 8 .
2609.It Va dmesg_enable
2610.Pq Vt bool
2611Set to
2612.Dq Li YES
2613to save
2614.Xr dmesg 8
2615to
2616.Pa /var/run/dmesg.boot
2617on boot.
2618.It Va rcshutdown_timeout
2619.Pq Vt int
2620If set, start a watchdog timer in the background which will terminate
2621.Pa rc.shutdown
2622if
2623.Xr shutdown 8
2624has not completed within the specified time (in seconds).
2625.It Va udevd_enable
2626.Pq Vt bool
2627If set to
2628.Dq Li YES ,
2629the udevd daemon will be started on boot.
2630.It Va vkernel_enable
2631.Pq Vt bool
2632If set to
2633.Dq Li NO ,
2634any configured vkernels will not be started.
2635.It Va vkernel_kill_timeout
2636.Pq Vt int
2637This defines the default number of seconds that we will wait for the
2638vkernel to shut down on it's own. If after this time it's still alive,
2639it will be killed with SIGKILL.
2640.It Va vkernel_bin
2641.Pq Vt str
2642Defines the default path to the vkernel binary.
2643.It Va vkernel_list
2644.Pq Vt str
2645A space separated list of names for vkernels.
2646This is purely a configuration aid to help identify and
2647configure multiple vkernels.
2648The names specified in this list will be used to
2649identify settings common to a vkernel instance.
2650Assuming that the vkernel in question was named
2651.Li example ,
2652you would have the following dependent variables
2653(filled with reference values in this text):
2654.Bd -literal
2655vkernel_example_bin="/usr/obj/usr/src/sys/VKERNEL/kernel.debug"
2656vkernel_example_memsize="64m"
2657vkernel_example_rootimg_list="/var/vkernel/rootimg.01"
2658vkernel_example_iface_list="auto:bridge0"
2659vkernel_example_logfile="/dev/null"
2660vkernel_example_flags="-U"
2661vkernel_example_kill_timeout="45"
2662.Ed
2663.Pp
2664The last five are optional.
2665They default to an empty string if not set, except for logfile which defaults to
2666.Pa /dev/null
2667if it is not set.
2668.El
2669.Sh FILES
2670.Bl -tag -width ".Pa /etc/start_if. Ns Aq Ar interface" -compact
2671.It Pa /etc/defaults/rc.conf
2672.It Pa /etc/rc.conf
2673.It Pa /etc/rc.conf.local
2674.It Pa /etc/start_if. Ns Aq Ar interface
2675.El
2676.Sh SEE ALSO
2677.Xr catman 1 ,
2678.Xr gdb 1 ,
2679.Xr info 1 ,
2680.Xr kbdcontrol 1 ,
2681.Xr varsym 1 ,
2682.Xr vidcontrol 1 ,
2683.Xr ip 4 ,
2684.Xr ipfw 4 ,
2685.Xr kld 4 ,
2686.Xr pf 4 ,
2687.Xr tcp 4 ,
2688.Xr udp 4 ,
2689.Xr exports 5 ,
2690.Xr motd 5 ,
2691.Xr resident.conf 5 ,
2692.Xr varsym.conf 5 ,
2693.Xr accton 8 ,
2694.Xr amd 8 ,
2695.Xr apm 8 ,
2696.Xr atm 8 ,
2697.Xr btconfig 8 ,
2698.Xr bthcid 8 ,
2699.Xr cron 8 ,
2700.Xr devd 8 ,
2701.Xr dhclient 8 ,
2702.Xr dntpd 8 ,
2703.Xr ftpd 8 ,
2704.Xr ifconfig 8 ,
2705.Xr inetd 8 ,
2706.Xr isdnd 8 ,
2707.Xr isdntrace 8 ,
2708.Xr jail 8 ,
2709.Xr lpd 8 ,
2710.Xr makewhatis 8 ,
2711.Xr mixer 8 ,
2712.Xr mountd 8 ,
2713.Xr moused 8 ,
2714.Xr mrouted 8 ,
2715.Xr named 8 ,
2716.Xr nfsd 8 ,
2717.Xr pcnfsd 8 ,
2718.Xr pfctl 8 ,
2719.Xr pflogd 8 ,
2720.Xr quotacheck 8 ,
2721.Xr quotaon 8 ,
2722.Xr rc 8 ,
2723.Xr rc.sendmail 8 ,
2724.Xr resident 8 ,
2725.Xr rndcontrol 8 ,
2726.Xr route 8 ,
2727.Xr routed 8 ,
2728.Xr rpcbind 8 ,
2729.Xr rpc.lockd 8 ,
2730.Xr rpc.statd 8 ,
2731.Xr rtadvd 8 ,
2732.Xr rtsold 8 ,
2733.Xr rwhod 8 ,
2734.Xr savecore 8 ,
2735.Xr sdpd 8 ,
2736.Xr sensorsd 8 ,
2737.Xr sshd 8 ,
2738.Xr swapon 8 ,
2739.Xr sysctl 8 ,
2740.Xr syslogd 8 ,
2741.Xr timed 8 ,
2742.Xr usbd 8 ,
2743.Xr vinum 8 ,
2744.Xr yp 8 ,
2745.Xr ypbind 8 ,
2746.Xr ypserv 8 ,
2747.Xr ypset 8
2748.Sh HISTORY
2749The
2750.Nm
2751file appeared in
2752.Fx 2.2.2 .
2753.Sh AUTHORS
2754.An Jordan K. Hubbard .
2755