rc.conf revision 1.29
1#	$NetBSD: rc.conf,v 1.29 1998/04/07 04:47:33 mrg 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# Filesystems (besides /usr and /var) to mount early in boot-up
20critical_filesystems=""
21
22# Set this to YES if you have purposefully setup no swap partitions and
23# don't want to be warned about it
24no_swap=NO
25
26# One-time actions and programs on boot-up.
27lkm=YES						# run /etc/rc.lkm
28savecore=YES		savecore_flags=""
29update_motd=YES					# updates /etc/motd
30
31# Networking startup
32ipfilter=NO					# uses /etc/ipf.conf
33ipnat=NO					# uses /etc/ipnat.conf
34ipmon=NO		ipmon_flags="-sn"	# syslog ipfilter messages
35auto_ifconfig=YES				# config all avail. interfaces
36net_interfaces=""				# used only if above is NO
37flushroutes=YES					# flush routes in netstart
38ntpdate=NO		ntpdate_hosts=""	# blank: hosts in /etc/ntp.conf
39ppp_peers=""					# /etc/ppp/peers to call
40
41# Daemons required by other daemons
42inetd=YES		inetd_flags="-l"	# -l logs libwrap
43portmap=YES
44
45# Commonly used daemons
46update=YES		update_flags="30"
47syslogd=YES		syslogd_flags=""
48named=NO		named_flags=""
49timed=NO		timed_flags=""
50xntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
51sendmail=NO		sendmail_flags="-bd -q30m"
52lpd=NO			lpd_flags=""
53
54# Routing daemons
55routed=NO		routed_flags="-q"
56gated=NO		gated_flags=""
57mrouted=NO		mrouted_flags=""
58
59# Daemons used to boot other hosts over a network
60rarpd=NO		rarpd_flags="-a"
61bootparamd=NO		bootparamd_flags=""
62dhcpd=NO		dhcpd_flags="-q"
63rbootd=NO		rbootd_flags=""
64mopd=NO			mopd_flags="-a"
65
66# X11 daemons:
67xfs=NO			xfs_flags=""		# X11 font server
68xdm=NO			xdm_flags=""		# x11 display manager
69
70# YP (NIS) daemons
71ypbind=NO		ypbind_flags=""
72ypserv=NO		ypserv_flags="-d"
73yppasswdd=NO		yppasswdd_flags=""
74
75# NFS daemons and parameters
76nfs_client=NO					# enable client daemons
77			nfsiod_flags="-n 4"
78nfs_server=NO					# enable server daemons
79			mountd_flags=""
80			nfsd_flags="-tun 4"
81lockd=NO		lockd_flags=""
82statd=NO		statd_flags=""
83amd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
84			amd_dir=/amd			# mount dir
85			amd_master=/etc/amd/master	# master map
86
87# Other daemons
88apmd=NO			apmd_flags=""
89rwhod=NO
90kerberos=NO
91screenblank=NO		screenblank_flags=""	# sparc and sun3 screenblanker
92