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