rc.conf revision 1.13
11.13Slukem#	$NetBSD: rc.conf,v 1.13 1997/05/12 11:33:31 lukem 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.13Slukem
131.13Slukem# Basic network configuration
141.13Slukemhostname=""			# Name of host. If "", extract from /etc/myname
151.13Slukemdomainname=""			# Domainname. If "", try /etc/defaultdomain
161.13Slukemdefaultroute=""			# Default route. If "", try /etc/mygate
171.9Sperry
181.9Sperry# Actions to take on boot
191.9Sperryupdate_motd=YES			# YES or NO
201.7Sperry
211.6Scjs# Programs run on boot
221.6Scjssavecore_flags=DEFAULT		# default: ""
231.6Scjslkm_init=YES			# YES or NO.
241.6Scjsipfilter=NO			# YES or NO.
251.12Smikelntpdate_hosts=NO		# default: extract from /etc/ntp.conf
261.8Scjs
271.8Scjs# Network Interfaces
281.8Scjsnet_interfaces=DEFAULT		# default: use "ifconfig -l" to get a list
291.6Scjs
301.6Scjs# Daemons required for other daemons
311.6Scjsinetd_flags=DEFAULT		# default: ""; use "-l" for libwrap logging
321.6Scjsportmap=YES			# YES or NO; normally required.
331.6Scjs
341.6Scjs# Commonly used daemons
351.6Scjsupdate_flags=DEFAULT		# default: "30"
361.6Scjssyslogd_flags=DEFAULT		# default: ""
371.6Scjstimed_flags=NO			# default: ""
381.11Scjsxntpd_flags=NO			# default: "-p /var/run/xntpd.pid"
391.6Scjssendmail_flags=NO		# default: "-bd -q30m"
401.6Scjsnamed_flags=NO			# default: ""
411.6Scjslpd_flags=DEFAULT		# default: ""
421.6Scjs
431.6Scjs# Routing Daemons
441.6Scjsrouted_flags=DEFAULT		# default: "-q"
451.6Scjsgated_flags=NO			# default: "" (not distributed with NetBSD)
461.6Scjsmrouted_flags=NO		# default: ""
471.6Scjs
481.6Scjs# Daemons used to boot other machines over a network
491.6Scjsrarpd_flags=NO			# default: "-a"
501.6Scjsbootparamd_flags=NO		# default: ""
511.6Scjsdhcpd_flags=NO			# default: ""
521.6Scjsrbootd_flags=NO			# default: ""
531.6Scjsmopd_flags=NO			# default: "-a"
541.6Scjs
551.6Scjs# YP (NIS) daemons
561.6Scjsypbind_flags=NO			# default: ""
571.6Scjsypserv_flags=NO			# default: "-d"
581.6Scjsyppasswdd_flags=NO		# default: ""
591.6Scjs
601.6Scjs# Network file system daemons
611.6Scjsnfs_client=NO			# YES or NO.
621.6Scjsnfsiod_flags=DEFAULT		# default: "-n 4"
631.6Scjsnfs_server=NO			# YES or NO.
641.6Scjsmountd_flags=DEFAULT		# default: ""
651.6Scjsnfsd_flags=DEFAULT		# default: "-tun 4"
661.6Scjslockd_flags=NO			# default: ""
671.6Scjsstatd_flags=NO			# default: ""
681.6Scjsamd_flags=NO			# default: "-l syslog -x error,noinfo,nostats"
691.1Smrgamd_dir=/amd			# AMD's mount directory
701.1Smrgamd_master=/etc/amd/master	# AMD 'master' map
711.6Scjs
721.6Scjs# Other daemons:
731.6Scjsrwhod=NO			# YES or NO.
741.12Smikelkerberos_server=NO		# YES or NO.
75