rc.conf revision 1.31
1#	$NetBSD: rc.conf,v 1.31 1998/07/12 19:51:55 augustss 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
15
16# Fully Qualified Internet Domain Name (a.k.a. hostname, e.g. foo.baz.edu)
17hostname=""				# if blank, use /etc/myname
18
19# if there's only one way out of your network, set this to the hostname
20# or the IP address of the router that will get your packets off the LAN.
21defaultroute=""				# if blank, use /etc/mygate
22
23# the NIS domain name (also formerly known as Yellow Pages); not in any way
24# related to Internet domain names.
25domainname=""				# if blank, use /etc/defaultdomain
26
27# Filesystems (besides /usr and /var) to mount early in boot-up
28critical_filesystems=""
29
30# Set this to YES if you have purposefully setup no swap partitions and
31# don't want to be warned about it
32no_swap=NO
33
34# One-time actions and programs on boot-up.
35lkm=YES						# run /etc/rc.lkm
36savecore=YES		savecore_flags=""
37update_motd=YES					# updates /etc/motd
38
39# Networking startup
40ipfilter=NO					# uses /etc/ipf.conf
41ipnat=NO					# uses /etc/ipnat.conf
42ipmon=NO		ipmon_flags="-sn"	# syslog ipfilter messages
43auto_ifconfig=YES				# config all avail. interfaces
44net_interfaces=""				# used only if above is NO
45flushroutes=YES					# flush routes in netstart
46ntpdate=NO		ntpdate_hosts=""	# blank: hosts in /etc/ntp.conf
47ppp_peers=""					# /etc/ppp/peers to call
48
49# Daemons required by other daemons
50inetd=YES		inetd_flags="-l"	# -l logs libwrap
51portmap=YES
52
53# Commonly used daemons
54update=YES		update_flags="30"
55syslogd=YES		syslogd_flags=""
56named=NO		named_flags=""
57timed=NO		timed_flags=""
58xntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
59sendmail=NO		sendmail_flags="-bd -q30m"
60lpd=NO			lpd_flags=""
61
62# Routing daemons
63routed=NO		routed_flags="-q"
64gated=NO		gated_flags=""
65mrouted=NO		mrouted_flags=""
66
67# Daemons used to boot other hosts over a network
68rarpd=NO		rarpd_flags="-a"
69bootparamd=NO		bootparamd_flags=""
70dhcpd=NO		dhcpd_flags="-q"
71rbootd=NO		rbootd_flags=""
72mopd=NO			mopd_flags="-a"
73
74# X11 daemons:
75xfs=NO			xfs_flags=""		# X11 font server
76xdm=NO			xdm_flags=""		# x11 display manager
77
78# YP (NIS) daemons
79ypbind=NO		ypbind_flags=""
80ypserv=NO		ypserv_flags="-d"
81yppasswdd=NO		yppasswdd_flags=""
82
83# NFS daemons and parameters
84nfs_client=NO					# enable client daemons
85			nfsiod_flags="-n 4"
86nfs_server=NO					# enable server daemons
87			mountd_flags=""
88			nfsd_flags="-tun 4"
89lockd=NO		lockd_flags=""
90statd=NO		statd_flags=""
91amd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
92			amd_dir=/amd			# mount dir
93			amd_master=/etc/amd/master	# master map
94
95# Other daemons
96apmd=NO			apmd_flags=""
97rwhod=NO
98kerberos=NO
99screenblank=NO		screenblank_flags=""	# sparc and sun3 screenblanker
100usbd=NO			usbd_flags=""
101