rc.conf revision 1.20
11590Srgrimes#	$NetBSD: rc.conf,v 1.20 1997/10/06 14:10:22 mrg Exp $
21590Srgrimes#
31590Srgrimes# see rc.conf(5) for more information.
41590Srgrimes
51590Srgrimes# uncomment this if you want to use local paths in rc
61590Srgrimes#export PATH=$PATH:/usr/local/sbin:/usr/local/bin
71590Srgrimes
81590Srgrimes# Use program=YES to enable program, NO to disable it. program_flags are
91590Srgrimes# passed to the program on the command line.
101590Srgrimes
111590Srgrimes# If this is not set to YES, the system will drop into single-user mode.
121590Srgrimesrc_configured=NO
131590Srgrimes
141590Srgrimes# Basic network configuration
151590Srgrimeshostname=""					# if blank, use /etc/myname
161590Srgrimesdomainname=""					# if blank, use /etc/defaultdomain
171590Srgrimesdefaultroute=""					# if blank, use /etc/mygate
181590Srgrimes
191590Srgrimes# One-time actions and programs on boot-up.
201590Srgrimeslkm=YES						# run /etc/rc.lkm
211590Srgrimessavecore=YES		savecore_flags=""
221590Srgrimesupdate_motd=YES					# updates /etc/motd
231590Srgrimes
241590Srgrimes# Networking startup
251590Srgrimesipfilter=NO					# uses /etc/ipf.conf
261590Srgrimesauto_ifconfig=YES				# config all avail. interfaces
271590Srgrimesnet_interfaces=""				# used only if above is NO
281590Srgrimesflushroutes=YES					# flush routes in netstart
291590Srgrimesntpdate=NO		ntpdate_hosts=""	# blank: hosts in /etc/ntp.conf
301590Srgrimes
311590Srgrimes# Daemons required by other daemons
321590Srgrimesinetd=YES		inetd_flags="-l"	# -l logs libwrap
3387628Sdwmaloneportmap=YES
3487628Sdwmalone
3587628Sdwmalone# Commonly used daemons
3687628Sdwmaloneupdate=YES		update_flags="30"
3787628Sdwmalonesyslogd=YES		syslogd_flags=""
3887628Sdwmalonenamed=NO		named_flags=""
3987229Smarkmtimed=NO		timed_flags=""
4087229Smarkmxntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
4187229Smarkmsendmail=NO		sendmail_flags="-bd -q30m"
4291226Sbdelpd=NO			lpd_flags=""
43102944Sdwmalone
441590Srgrimes# Routing daemons
4591226Sbderouted=NO		routed_flags="-q"
4672109Scharniergated=NO		gated_flags=""
471590Srgrimesmrouted=NO		mrouted_flags=""
4823693Speter
4972109Scharnier# Daemons used to boot other hosts over a network
5074586Sacherarpd=NO		rarpd_flags="-a"
5172109Scharnierbootparamd=NO		bootparamd_flags=""
521590Srgrimesdhcpd=NO		dhcpd_flags=""
531590Srgrimesrbootd=NO		rbootd_flags=""
541590Srgrimesmopd=NO			mopd_flags="-a"
5572109Scharnier
56202191Sed# YP (NIS) daemons
571590Srgrimesypbind=NO		ypbind_flags=""
5865064Sbrianypserv=NO		ypserv_flags="-d"
591590Srgrimesyppasswdd=NO		yppasswdd_flags=""
601590Srgrimes
611590Srgrimes# NFS daemons and parameters
621590Srgrimesnfs_client=NO					# enable client daemons
6392920Simp			nfsiod_flags="-n 4"
6492920Simpnfs_server=NO					# enable server daemons
6592920Simp			mountd_flags=""
661590Srgrimes			nfsd_flags="-tun 4"
671590Srgrimeslockd=NO		lockd_flags=""
68102944Sdwmalonestatd=NO		statd_flags=""
691590Srgrimesamd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
7087229Smarkm			amd_dir=/amd			# mount dir
7187229Smarkm			amd_master=/etc/amd/master	# master map
7223693Speter
731590Srgrimes# Other daemons
741590Srgrimesapmd=NO			apmd_flags=""
751590Srgrimesrwhod=NO
761590Srgrimeskerberos=NO
771590Srgrimes