rc.conf revision 1.14
1#	$NetBSD: rc.conf,v 1.14 1997/07/22 18:41:10 phil 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# `NO' disables a toggle or a program with flags.
9# `YES' enables a toggle.
10# `DEFAULT' enables a program with the default flags (as listed).
11# Any other string is used as a set of flags.
12
13# Netstart actions
14flushroutes=YES			# Flush routes in netstart (YES or NO)
15
16# Basic network configuration
17hostname=""			# Name of host. If "", extract from /etc/myname
18domainname=""			# Domainname. If "", try /etc/defaultdomain
19defaultroute=""			# Default route. If "", try /etc/mygate
20
21# Actions to take on boot
22update_motd=YES			# YES or NO
23
24# Programs run on boot
25savecore_flags=DEFAULT		# default: ""
26lkm_init=YES			# YES or NO.
27ipfilter=NO			# YES or NO.
28ntpdate_hosts=NO		# default: extract from /etc/ntp.conf
29
30# Network Interfaces
31net_interfaces=DEFAULT		# default: use "ifconfig -l" to get a list
32
33# Daemons required for other daemons
34inetd_flags=DEFAULT		# default: ""; use "-l" for libwrap logging
35portmap=YES			# YES or NO; normally required.
36
37# Commonly used daemons
38update_flags=DEFAULT		# default: "30"
39syslogd_flags=DEFAULT		# default: ""
40timed_flags=NO			# default: ""
41xntpd_flags=NO			# default: "-p /var/run/xntpd.pid"
42sendmail_flags=NO		# default: "-bd -q30m"
43named_flags=NO			# default: ""
44lpd_flags=DEFAULT		# default: ""
45
46# Routing Daemons
47routed_flags=DEFAULT		# default: "-q"
48gated_flags=NO			# default: "" (not distributed with NetBSD)
49mrouted_flags=NO		# default: ""
50
51# Daemons used to boot other machines over a network
52rarpd_flags=NO			# default: "-a"
53bootparamd_flags=NO		# default: ""
54dhcpd_flags=NO			# default: ""
55rbootd_flags=NO			# default: ""
56mopd_flags=NO			# default: "-a"
57
58# YP (NIS) daemons
59ypbind_flags=NO			# default: ""
60ypserv_flags=NO			# default: "-d"
61yppasswdd_flags=NO		# default: ""
62
63# Network file system daemons
64nfs_client=NO			# YES or NO.
65nfsiod_flags=DEFAULT		# default: "-n 4"
66nfs_server=NO			# YES or NO.
67mountd_flags=DEFAULT		# default: ""
68nfsd_flags=DEFAULT		# default: "-tun 4"
69lockd_flags=NO			# default: ""
70statd_flags=NO			# default: ""
71amd_flags=NO			# default: "-l syslog -x error,noinfo,nostats"
72amd_dir=/amd			# AMD's mount directory
73amd_master=/etc/amd/master	# AMD 'master' map
74
75# Other daemons:
76rwhod=NO			# YES or NO.
77kerberos_server=NO		# YES or NO.
78