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