rc.conf revision 1.14
11.14Sphil#	$NetBSD: rc.conf,v 1.14 1997/07/22 18:41:10 phil 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.14Sphil
131.14Sphil# Netstart actions
141.14Sphilflushroutes=YES			# Flush routes in netstart (YES or NO)
151.13Slukem
161.13Slukem# Basic network configuration
171.13Slukemhostname=""			# Name of host. If "", extract from /etc/myname
181.13Slukemdomainname=""			# Domainname. If "", try /etc/defaultdomain
191.13Slukemdefaultroute=""			# Default route. If "", try /etc/mygate
201.9Sperry
211.9Sperry# Actions to take on boot
221.9Sperryupdate_motd=YES			# YES or NO
231.7Sperry
241.6Scjs# Programs run on boot
251.6Scjssavecore_flags=DEFAULT		# default: ""
261.6Scjslkm_init=YES			# YES or NO.
271.6Scjsipfilter=NO			# YES or NO.
281.12Smikelntpdate_hosts=NO		# default: extract from /etc/ntp.conf
291.8Scjs
301.8Scjs# Network Interfaces
311.8Scjsnet_interfaces=DEFAULT		# default: use "ifconfig -l" to get a list
321.6Scjs
331.6Scjs# Daemons required for other daemons
341.6Scjsinetd_flags=DEFAULT		# default: ""; use "-l" for libwrap logging
351.6Scjsportmap=YES			# YES or NO; normally required.
361.6Scjs
371.6Scjs# Commonly used daemons
381.6Scjsupdate_flags=DEFAULT		# default: "30"
391.6Scjssyslogd_flags=DEFAULT		# default: ""
401.6Scjstimed_flags=NO			# default: ""
411.11Scjsxntpd_flags=NO			# default: "-p /var/run/xntpd.pid"
421.6Scjssendmail_flags=NO		# default: "-bd -q30m"
431.6Scjsnamed_flags=NO			# default: ""
441.6Scjslpd_flags=DEFAULT		# default: ""
451.6Scjs
461.6Scjs# Routing Daemons
471.6Scjsrouted_flags=DEFAULT		# default: "-q"
481.6Scjsgated_flags=NO			# default: "" (not distributed with NetBSD)
491.6Scjsmrouted_flags=NO		# default: ""
501.6Scjs
511.6Scjs# Daemons used to boot other machines over a network
521.6Scjsrarpd_flags=NO			# default: "-a"
531.6Scjsbootparamd_flags=NO		# default: ""
541.6Scjsdhcpd_flags=NO			# default: ""
551.6Scjsrbootd_flags=NO			# default: ""
561.6Scjsmopd_flags=NO			# default: "-a"
571.6Scjs
581.6Scjs# YP (NIS) daemons
591.6Scjsypbind_flags=NO			# default: ""
601.6Scjsypserv_flags=NO			# default: "-d"
611.6Scjsyppasswdd_flags=NO		# default: ""
621.6Scjs
631.6Scjs# Network file system daemons
641.6Scjsnfs_client=NO			# YES or NO.
651.6Scjsnfsiod_flags=DEFAULT		# default: "-n 4"
661.6Scjsnfs_server=NO			# YES or NO.
671.6Scjsmountd_flags=DEFAULT		# default: ""
681.6Scjsnfsd_flags=DEFAULT		# default: "-tun 4"
691.6Scjslockd_flags=NO			# default: ""
701.6Scjsstatd_flags=NO			# default: ""
711.6Scjsamd_flags=NO			# default: "-l syslog -x error,noinfo,nostats"
721.1Smrgamd_dir=/amd			# AMD's mount directory
731.1Smrgamd_master=/etc/amd/master	# AMD 'master' map
741.6Scjs
751.6Scjs# Other daemons:
761.6Scjsrwhod=NO			# YES or NO.
771.12Smikelkerberos_server=NO		# YES or NO.
78