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