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