rc.conf revision 1.11
1#	$NetBSD: rc.conf,v 1.11 1997/05/11 05:08:17 cjs Exp $
2#
3# see rc.conf(5) for more information.
4
5# uncomment this if you want to use local paths in rc
6#export PATH=$PATH:/usr/local/sbin:/usr/local/bin
7
8# `NO' disables a toggle or a program with flags.
9# `YES' enables a toggle.
10# `DEFAULT' enables a program with the default flags (as listed).
11# Any other string is used as a set of flags.
12
13# Actions to take on boot
14update_motd=YES			# YES or NO
15
16# Programs run on boot
17savecore_flags=DEFAULT		# default: ""
18lkm_init=YES			# YES or NO.
19ipfilter=NO			# YES or NO.
20
21# Network Interfaces
22net_interfaces=DEFAULT		# default: use "ifconfig -l" to get a list
23
24# Daemons required for other daemons
25inetd_flags=DEFAULT		# default: ""; use "-l" for libwrap logging
26portmap=YES			# YES or NO; normally required.
27
28# Commonly used daemons
29update_flags=DEFAULT		# default: "30"
30syslogd_flags=DEFAULT		# default: ""
31timed_flags=NO			# default: ""
32ntpdate_hosts=NO		# default: extract from /etc/ntp.conf
33xntpd_flags=NO			# default: "-p /var/run/xntpd.pid"
34sendmail_flags=NO		# default: "-bd -q30m"
35named_flags=NO			# default: ""
36lpd_flags=DEFAULT		# default: ""
37
38# Routing Daemons
39routed_flags=DEFAULT		# default: "-q"
40gated_flags=NO			# default: "" (not distributed with NetBSD)
41mrouted_flags=NO		# default: ""
42
43# Daemons used to boot other machines over a network
44rarpd_flags=NO			# default: "-a"
45bootparamd_flags=NO		# default: ""
46dhcpd_flags=NO			# default: ""
47rbootd_flags=NO			# default: ""
48mopd_flags=NO			# default: "-a"
49
50# YP (NIS) daemons
51ypbind_flags=NO			# default: ""
52ypserv_flags=NO			# default: "-d"
53yppasswdd_flags=NO		# default: ""
54
55# Network file system daemons
56nfs_client=NO			# YES or NO.
57nfsiod_flags=DEFAULT		# default: "-n 4"
58nfs_server=NO			# YES or NO.
59mountd_flags=DEFAULT		# default: ""
60nfsd_flags=DEFAULT		# default: "-tun 4"
61lockd_flags=NO			# default: ""
62statd_flags=NO			# default: ""
63amd_flags=NO			# default: "-l syslog -x error,noinfo,nostats"
64amd_dir=/amd			# AMD's mount directory
65amd_master=/etc/amd/master	# AMD 'master' map
66
67# Other daemons:
68rwhod=NO			# YES or NO.
69kerberos_server=NO
70