rc.conf revision 1.21
1#	$NetBSD: rc.conf,v 1.21 1997/10/07 12:11:50 lukem 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# Use program=YES to enable program, NO to disable it. program_flags are
9# passed to the program on the command line.
10
11# If this is not set to YES, the system will drop into single-user mode.
12rc_configured=NO
13
14# Basic network configuration
15hostname=""					# if blank, use /etc/myname
16domainname=""					# if blank, use /etc/defaultdomain
17defaultroute=""					# if blank, use /etc/mygate
18
19# One-time actions and programs on boot-up.
20lkm=YES						# run /etc/rc.lkm
21savecore=YES		savecore_flags=""
22update_motd=YES					# updates /etc/motd
23
24# Networking startup
25ipfilter=NO					# uses /etc/ipf.conf
26ipmon=NO		ipmon_flags="-sn"	# syslog ipfilter messages
27auto_ifconfig=YES				# config all avail. interfaces
28net_interfaces=""				# used only if above is NO
29flushroutes=YES					# flush routes in netstart
30ntpdate=NO		ntpdate_hosts=""	# blank: hosts in /etc/ntp.conf
31
32# Daemons required by other daemons
33inetd=YES		inetd_flags="-l"	# -l logs libwrap
34portmap=YES
35
36# Commonly used daemons
37update=YES		update_flags="30"
38syslogd=YES		syslogd_flags=""
39named=NO		named_flags=""
40timed=NO		timed_flags=""
41xntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
42sendmail=NO		sendmail_flags="-bd -q30m"
43lpd=NO			lpd_flags=""
44
45# Routing daemons
46routed=NO		routed_flags="-q"
47gated=NO		gated_flags=""
48mrouted=NO		mrouted_flags=""
49
50# Daemons used to boot other hosts over a network
51rarpd=NO		rarpd_flags="-a"
52bootparamd=NO		bootparamd_flags=""
53dhcpd=NO		dhcpd_flags=""
54rbootd=NO		rbootd_flags=""
55mopd=NO			mopd_flags="-a"
56
57# YP (NIS) daemons
58ypbind=NO		ypbind_flags=""
59ypserv=NO		ypserv_flags="-d"
60yppasswdd=NO		yppasswdd_flags=""
61
62# NFS daemons and parameters
63nfs_client=NO					# enable client daemons
64			nfsiod_flags="-n 4"
65nfs_server=NO					# enable server daemons
66			mountd_flags=""
67			nfsd_flags="-tun 4"
68lockd=NO		lockd_flags=""
69statd=NO		statd_flags=""
70amd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
71			amd_dir=/amd			# mount dir
72			amd_master=/etc/amd/master	# master map
73
74# Other daemons
75apmd=NO			apmd_flags=""
76rwhod=NO
77kerberos=NO
78