1# $MirSecuCron$
2# $MirOS: src/etc/rc.conf,v 1.23 2014/05/13 22:31:54 tg Exp $
3# $OpenBSD: rc.conf,v 1.109 2005/11/16 09:19:36 camield Exp $
4
5# set these to "NO" to turn them off.  otherwise, they're used as flags
6routed_flags=NO		# for normal use: "-q"
7mrouted_flags=NO	# for normal use: "", if activated
8			# be sure to enable multicast_router below.
9ospfd_flags=NO		# for normal use: ""
10bgpd_flags=NO		# for normal use: ""
11rarpd_flags=NO		# for normal use: "-a"
12bootparamd_flags=NO	# for normal use: ""
13rbootd_flags=NO		# for normal use: ""
14sshd_flags=""		# for normal use: ""
15rdate_flags=NO		# for normal use: [RFC868-host] or [-n RFC2030-host]
16timed_flags=NO		# for normal use: ""
17ntpd_flags=NO		# for normal use: "" or -[s][t[t]]
18isakmpd_flags=NO	# for normal use: ""
19apmd_flags=NO		# for normal use: ""
20acpid_flags=NO		# for normal use: ""
21tpmrng_flags=""		# set to "NO" if you have no TPM or want to use libtpm
22dhcpd_flags=NO		# for normal use: ""
23rtadvd_flags=NO		# for normal use: list of interfaces
24			# be sure to set net.inet6.ip6.forwarding=1
25route6d_flags=NO	# for normal use: ""
26			# be sure to set net.inet6.ip6.forwarding=1
27rtsold_flags=NO		# for normal use: interface
28			# be sure to set net.inet6.ip6.forwarding=0
29			# be sure to set net.inet6.ip6.accept_rtadv=1
30lpd_flags=NO		# for normal use: "" (or "-l" for debugging)
31isdnd_flags=NO		# for normal use: ""
32sensorsd_flags=NO	# for normal use: ""
33hotplugd_flags=NO	# for normal use: ""
34watchdogd_flags=NO	# for normal use: ""
35ftpproxy_flags=NO	# for normal use: ""
36
37# use -u to disable chroot, see httpd(8) and check /etc/newsyslog.conf
38httpd_flags=NO		# for normal use: "-DSSL"
39
40# For normal use: "-L sm-mta -bd -q30m", note the cron job and access_db!
41sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m"
42spamd_flags=NO		# for normal use: "" and see spamd-setup(8)
43spamd_black=NO		# set to YES to run spamd without greylisting
44spamlogd_flags=""	# use eg. "-i interface" and see spamlogd(8)
45
46# Set to NO if ftpd is running out of inetd
47ftpd_flags=NO		# for non-inetd use: "-D"
48
49# Set to NO if identd is running out of inetd
50identd_flags=NO		# for non-inetd use: "-b -elo"
51
52# On some architectures, you must also disable console getty in /etc/ttys
53xdm_flags=NO		# for normal use: ""
54
55# For enabling console mouse support (i386)
56wsmoused_flags=NO	# for ps/2 or usb mice: "", serial: "-p /dev/cua00"
57
58# set the following to "YES" to turn them on
59rwhod=NO
60nfs_server=NO		# see sysctl.conf for nfs client configuration
61lockd=NO
62pf=NO			# packet filter / NAT
63portmap=NO		# note: inetd(8) rpc services need portmap as well
64inetd=YES		# almost always needed
65check_quotas=YES	# NO may be desirable in some YP environments
66arptables=NO		# read ARP tables into memory at startup
67
68# Multicast routing configuration
69# Please look at netstart(8) for a detailed description if you change these
70multicast_host=NO	# route all multicast packets to a single interface
71multicast_router=NO	# a multicast routing daemon will be run, e.g. mrouted
72
73# Automatically start ssh-agent for the following UIDs
74sshagent_autostart=NO		# example: "3000 3005"
75
76# Disable HDD hardware write cache for the following IDE devices:
77softdrives_ide=NO		# autodetected from entries in /etc/fstab
78
79# miscellaneous other flags
80# only used if the appropriate server is marked YES above
81kvm_mkdb=YES			# use NO if manual /var/db/kvm_kernelname.db
82savecore_flags=			# "-z" to compress
83mountd_flags=			# "-p 635" to bind to a specific port (TCP/UDP)
84nfsd_flags="-tun 4"		# crank the 4 for a busy NFS fileserver
85syslogd_flags=			# add more flags, ie. "-u -a /chroot/dev/log"
86pf_rules=/etc/pf.conf		# packet filter rules file
87pflogd_flags=			# add more flags, ie. "-s 256"
88shlib_dirs=			# extra directories for ldconfig, separated by space
89
90# Do not change this file, rc.conf - do change the following file instead!
91local_rcconf="/etc/rc.conf.local"
92
93[[ -f $local_rcconf ]] && . $local_rcconf	# Do not edit this line
94