rc.conf revision 1.39
1#	$NetBSD: rc.conf,v 1.39 1999/01/12 04:58:37 jwise 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/pkg/sbin:/usr/pkg/bin:/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# If this is set to NO, shutdown(8) will not run /etc/rc.shutdown.
15do_rcshutdown=YES
16
17# Basic network configuration
18
19# Fully Qualified Internet Domain Name (a.k.a. hostname, e.g. foo.baz.edu)
20hostname=""				# if blank, use /etc/myname
21
22# if there's only one way out of your network, set this to the hostname
23# or the IP address of the router that will get your packets off the LAN.
24defaultroute=""				# if blank, use /etc/mygate
25
26# the NIS domain name (also formerly known as Yellow Pages); not in any way
27# related to Internet domain names.
28domainname=""				# if blank, use /etc/defaultdomain
29
30# Filesystems (besides /usr and /var) to mount early in boot-up
31critical_filesystems=""
32
33# Set this to YES if you have purposefully setup no swap partitions and
34# don't want to be warned about it
35no_swap=NO
36
37# One-time actions and programs on boot-up.
38lkm=NO						# run /etc/rc.lkm
39savecore=YES		savecore_flags=""
40update_motd=YES					# updates /etc/motd
41
42# Networking startup
43ipfilter=NO					# uses /etc/ipf.conf
44ipnat=NO					# uses /etc/ipnat.conf
45ipmon=NO		ipmon_flags="-sn"	# syslog ipfilter messages
46auto_ifconfig=YES				# config all avail. interfaces
47net_interfaces=""				# used only if above is NO
48flushroutes=YES					# flush routes in netstart
49ntpdate=NO		ntpdate_hosts=""	# blank: hosts in /etc/ntp.conf
50ppp_peers=""					# /etc/ppp/peers to call
51
52# Daemons required by other daemons
53inetd=YES		inetd_flags="-l"	# -l logs libwrap
54portmap=YES		portmap_flags="-l"	# -l logs libwrap
55
56# Commonly used daemons
57update=YES		update_flags="30"
58syslogd=YES		syslogd_flags=""
59cron=YES
60named=NO		named_flags=""
61timed=NO		timed_flags=""
62xntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
63sendmail=NO		sendmail_flags="-bd -q30m"
64lpd=NO			lpd_flags=""
65
66# Routing daemons
67routed=NO		routed_flags="-q"
68gated=NO		gated_flags=""
69mrouted=NO		mrouted_flags=""
70
71# Daemons used to boot other hosts over a network
72rarpd=NO		rarpd_flags="-a"
73bootparamd=NO		bootparamd_flags=""
74dhcpd=NO		dhcpd_flags="-q"
75rbootd=NO		rbootd_flags=""
76mopd=NO			mopd_flags="-a"
77
78# X11 daemons:
79xfs=NO			xfs_flags=""		# X11 font server
80xdm=NO			xdm_flags=""		# x11 display manager
81
82# YP (NIS) daemons
83ypbind=NO		ypbind_flags=""
84ypserv=NO		ypserv_flags="-d"
85yppasswdd=NO		yppasswdd_flags=""
86
87# NFS daemons and parameters
88nfs_client=NO					# enable client daemons
89			nfsiod_flags="-n 4"
90nfs_server=NO					# enable server daemons
91			mountd_flags=""
92			nfsd_flags="-tun 4"
93lockd=NO		lockd_flags=""
94statd=NO		statd_flags=""
95amd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
96			amd_dir=/amd			# mount dir
97			amd_master=/etc/amd/master	# master map
98
99# Other daemons
100rwhod=NO
101kerberos=NO
102
103# Hardware daemons
104apmd=NO			apmd_flags=""		# APM power management daemon.
105usbd=NO			usbd_flags=""		# USB bus attach/detach daemon.
106screenblank=NO		screenblank_flags=""	# sparc and sun3 screenblanker
107