rc.conf revision 1.22
1#	$NetBSD: rc.conf,v 1.22 1997/10/10 09:37:59 drochner 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
34
35# Daemons required by other daemons
36inetd=YES		inetd_flags="-l"	# -l logs libwrap
37portmap=YES
38
39# Commonly used daemons
40update=YES		update_flags="30"
41syslogd=YES		syslogd_flags=""
42named=NO		named_flags=""
43timed=NO		timed_flags=""
44xntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
45sendmail=NO		sendmail_flags="-bd -q30m"
46lpd=NO			lpd_flags=""
47
48# Routing daemons
49routed=NO		routed_flags="-q"
50gated=NO		gated_flags=""
51mrouted=NO		mrouted_flags=""
52
53# Daemons used to boot other hosts over a network
54rarpd=NO		rarpd_flags="-a"
55bootparamd=NO		bootparamd_flags=""
56dhcpd=NO		dhcpd_flags=""
57rbootd=NO		rbootd_flags=""
58mopd=NO			mopd_flags="-a"
59
60# YP (NIS) daemons
61ypbind=NO		ypbind_flags=""
62ypserv=NO		ypserv_flags="-d"
63yppasswdd=NO		yppasswdd_flags=""
64
65# NFS daemons and parameters
66nfs_client=NO					# enable client daemons
67			nfsiod_flags="-n 4"
68nfs_server=NO					# enable server daemons
69			mountd_flags=""
70			nfsd_flags="-tun 4"
71lockd=NO		lockd_flags=""
72statd=NO		statd_flags=""
73amd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
74			amd_dir=/amd			# mount dir
75			amd_master=/etc/amd/master	# master map
76
77# Other daemons
78apmd=NO			apmd_flags=""
79rwhod=NO
80kerberos=NO
81