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