rc.conf revision 1.10
11.10Sperry#	$NetBSD: rc.conf,v 1.10 1997/04/27 23:17:58 perry Exp $
21.1Smrg#
31.1Smrg# see rc.conf(5) for more information.
41.1Smrg
51.1Smrg# uncomment this if you want to use local paths in rc
61.1Smrg#export PATH=$PATH:/usr/local/sbin:/usr/local/bin
71.1Smrg
81.3Smycroft# `NO' disables a toggle or a program with flags.
91.3Smycroft# `YES' enables a toggle.
101.3Smycroft# `DEFAULT' enables a program with the default flags (as listed).
111.3Smycroft# Any other string is used as a set of flags.
121.9Sperry
131.9Sperry# Actions to take on boot
141.9Sperryupdate_motd=YES			# YES or NO
151.7Sperry
161.6Scjs# Programs run on boot
171.6Scjssavecore_flags=DEFAULT		# default: ""
181.6Scjslkm_init=YES			# YES or NO.
191.6Scjsipfilter=NO			# YES or NO.
201.8Scjs
211.8Scjs# Network Interfaces
221.8Scjsnet_interfaces=DEFAULT		# default: use "ifconfig -l" to get a list
231.6Scjs
241.6Scjs# Daemons required for other daemons
251.6Scjsinetd_flags=DEFAULT		# default: ""; use "-l" for libwrap logging
261.6Scjsportmap=YES			# YES or NO; normally required.
271.6Scjs
281.6Scjs# Commonly used daemons
291.6Scjsupdate_flags=DEFAULT		# default: "30"
301.6Scjssyslogd_flags=DEFAULT		# default: ""
311.6Scjstimed_flags=NO			# default: ""
321.10Sperryntpdate_hosts=NO		# default: extract from /etc/ntp.conf
331.6Scjsxntpd_flags=NO			# default: ""
341.6Scjssendmail_flags=NO		# default: "-bd -q30m"
351.6Scjsnamed_flags=NO			# default: ""
361.6Scjslpd_flags=DEFAULT		# default: ""
371.6Scjs
381.6Scjs# Routing Daemons
391.6Scjsrouted_flags=DEFAULT		# default: "-q"
401.6Scjsgated_flags=NO			# default: "" (not distributed with NetBSD)
411.6Scjsmrouted_flags=NO		# default: ""
421.6Scjs
431.6Scjs# Daemons used to boot other machines over a network
441.6Scjsrarpd_flags=NO			# default: "-a"
451.6Scjsbootparamd_flags=NO		# default: ""
461.6Scjsdhcpd_flags=NO			# default: ""
471.6Scjsrbootd_flags=NO			# default: ""
481.6Scjsmopd_flags=NO			# default: "-a"
491.6Scjs
501.6Scjs# YP (NIS) daemons
511.6Scjsypbind_flags=NO			# default: ""
521.6Scjsypserv_flags=NO			# default: "-d"
531.6Scjsyppasswdd_flags=NO		# default: ""
541.6Scjs
551.6Scjs# Network file system daemons
561.6Scjsnfs_client=NO			# YES or NO.
571.6Scjsnfsiod_flags=DEFAULT		# default: "-n 4"
581.6Scjsnfs_server=NO			# YES or NO.
591.6Scjsmountd_flags=DEFAULT		# default: ""
601.6Scjsnfsd_flags=DEFAULT		# default: "-tun 4"
611.6Scjslockd_flags=NO			# default: ""
621.6Scjsstatd_flags=NO			# default: ""
631.6Scjsamd_flags=NO			# default: "-l syslog -x error,noinfo,nostats"
641.1Smrgamd_dir=/amd			# AMD's mount directory
651.1Smrgamd_master=/etc/amd/master	# AMD 'master' map
661.6Scjs
671.6Scjs# Other daemons:
681.6Scjsrwhod=NO			# YES or NO.
691.1Smrgkerberos_server=NO
70