rc.conf revision 1.41
1#	$NetBSD: rc.conf,v 1.41 1999/01/31 08:46: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/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
41dmesg=YES		dmesg_flags=""		# write /var/run/dmesg.boot
42
43# Security setting.  If $securelevel is non-empty, the system securelevel
44# is set to this value early in the boot sequence.
45securelevel=1					# securelevel to set to 
46
47# Networking startup
48ipfilter=NO					# uses /etc/ipf.conf
49ipnat=NO					# uses /etc/ipnat.conf
50ipmon=NO		ipmon_flags="-sn"	# syslog ipfilter messages
51auto_ifconfig=YES				# config all avail. interfaces
52net_interfaces=""				# used only if above is NO
53flushroutes=YES					# flush routes in netstart
54ntpdate=NO		ntpdate_hosts=""	# blank: hosts in /etc/ntp.conf
55ppp_peers=""					# /etc/ppp/peers to call
56
57# Daemons required by other daemons
58inetd=YES		inetd_flags="-l"	# -l logs libwrap
59portmap=YES		portmap_flags="-l"	# -l logs libwrap
60
61# Commonly used daemons
62update=YES		update_flags="30"
63syslogd=YES		syslogd_flags=""
64cron=YES
65named=NO		named_flags=""
66timed=NO		timed_flags=""
67xntpd=NO		xntpd_flags="-p /var/run/xntpd.pid"
68sendmail=NO		sendmail_flags="-bd -q30m"
69lpd=NO			lpd_flags=""
70
71# Routing daemons
72routed=NO		routed_flags="-q"
73gated=NO		gated_flags=""
74mrouted=NO		mrouted_flags=""
75
76# Daemons used to boot other hosts over a network
77rarpd=NO		rarpd_flags="-a"
78bootparamd=NO		bootparamd_flags=""
79dhcpd=NO		dhcpd_flags="-q"
80rbootd=NO		rbootd_flags=""
81mopd=NO			mopd_flags="-a"
82
83# X11 daemons:
84xfs=NO			xfs_flags=""		# X11 font server
85xdm=NO			xdm_flags=""		# x11 display manager
86
87# YP (NIS) daemons
88ypbind=NO		ypbind_flags=""
89ypserv=NO		ypserv_flags="-d"
90yppasswdd=NO		yppasswdd_flags=""
91
92# NFS daemons and parameters
93nfs_client=NO					# enable client daemons
94			nfsiod_flags="-n 4"
95nfs_server=NO					# enable server daemons
96			mountd_flags=""
97			nfsd_flags="-tun 4"
98lockd=NO		lockd_flags=""
99statd=NO		statd_flags=""
100amd=NO			amd_flags="-l syslog -x error,noinfo,nostats"
101			amd_dir=/amd			# mount dir
102			amd_master=/etc/amd/master	# master map
103
104# Other daemons
105rwhod=NO
106kerberos=NO
107
108# Hardware daemons
109apmd=NO			apmd_flags=""		# APM power management daemon.
110usbd=NO			usbd_flags=""		# USB bus attach/detach daemon.
111screenblank=NO		screenblank_flags=""	# sparc and sun3 screenblanker
112