rc.conf revision 1.6
1#	$NetBSD: rc.conf,v 1.6 1997/03/23 07:57:24 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# Programs run on boot
14savecore_flags=DEFAULT		# default: ""
15lkm_init=YES			# YES or NO.
16ipfilter=NO			# YES or NO.
17
18# Daemons required for other daemons
19inetd_flags=DEFAULT		# default: ""; use "-l" for libwrap logging
20portmap=YES			# YES or NO; normally required.
21
22# Commonly used daemons
23update_flags=DEFAULT		# default: "30"
24syslogd_flags=DEFAULT		# default: ""
25timed_flags=NO			# default: ""
26xntpd_flags=NO			# default: ""
27sendmail_flags=NO		# default: "-bd -q30m"
28named_flags=NO			# default: ""
29lpd_flags=DEFAULT		# default: ""
30
31# Routing Daemons
32routed_flags=DEFAULT		# default: "-q"
33gated_flags=NO			# default: "" (not distributed with NetBSD)
34mrouted_flags=NO		# default: ""
35
36# Daemons used to boot other machines over a network
37rarpd_flags=NO			# default: "-a"
38bootparamd_flags=NO		# default: ""
39dhcpd_flags=NO			# default: ""
40rbootd_flags=NO			# default: ""
41mopd_flags=NO			# default: "-a"
42
43# YP (NIS) daemons
44ypbind_flags=NO			# default: ""
45ypserv_flags=NO			# default: "-d"
46yppasswdd_flags=NO		# default: ""
47
48# Network file system daemons
49nfs_client=NO			# YES or NO.
50nfsiod_flags=DEFAULT		# default: "-n 4"
51nfs_server=NO			# YES or NO.
52mountd_flags=DEFAULT		# default: ""
53nfsd_flags=DEFAULT		# default: "-tun 4"
54lockd_flags=NO			# default: ""
55statd_flags=NO			# default: ""
56amd_flags=NO			# default: "-l syslog -x error,noinfo,nostats"
57amd_dir=/amd			# AMD's mount directory
58amd_master=/etc/amd/master	# AMD 'master' map
59
60# Other daemons:
61rwhod=NO			# YES or NO.
62kerberos_server=NO
63