rc.conf revision 1.9
1#	$NetBSD: rc.conf,v 1.9 1997/04/23 01:24:23 perry 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: ""
32xntpd_flags=NO			# default: ""
33sendmail_flags=NO		# default: "-bd -q30m"
34named_flags=NO			# default: ""
35lpd_flags=DEFAULT		# default: ""
36
37# Routing Daemons
38routed_flags=DEFAULT		# default: "-q"
39gated_flags=NO			# default: "" (not distributed with NetBSD)
40mrouted_flags=NO		# default: ""
41
42# Daemons used to boot other machines over a network
43rarpd_flags=NO			# default: "-a"
44bootparamd_flags=NO		# default: ""
45dhcpd_flags=NO			# default: ""
46rbootd_flags=NO			# default: ""
47mopd_flags=NO			# default: "-a"
48
49# YP (NIS) daemons
50ypbind_flags=NO			# default: ""
51ypserv_flags=NO			# default: "-d"
52yppasswdd_flags=NO		# default: ""
53
54# Network file system daemons
55nfs_client=NO			# YES or NO.
56nfsiod_flags=DEFAULT		# default: "-n 4"
57nfs_server=NO			# YES or NO.
58mountd_flags=DEFAULT		# default: ""
59nfsd_flags=DEFAULT		# default: "-tun 4"
60lockd_flags=NO			# default: ""
61statd_flags=NO			# default: ""
62amd_flags=NO			# default: "-l syslog -x error,noinfo,nostats"
63amd_dir=/amd			# AMD's mount directory
64amd_master=/etc/amd/master	# AMD 'master' map
65
66# Other daemons:
67rwhod=NO			# YES or NO.
68kerberos_server=NO
69