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