[BACK]Return to rc.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/rc.conf, Revision 1.227

1.227   ! kn          1: #      $OpenBSD: rc.conf,v 1.226 2022/06/28 18:46:01 claudio Exp $
1.172     deraadt     2:
                      3: # DO NOT EDIT THIS FILE!!
                      4: #
                      5: # This file defines the default service selection as shipped in a
                      6: # release.  Upgrades of your system will modify this file.
                      7: #
                      8: # To select the service options you desire, please override these
                      9: # options in the file /etc/rc.conf.local
                     10: #
                     11: # DO NOT EDIT THIS FILE!!
1.1       deraadt    12:
1.202     schwarze   13: # Set these variables to "NO" to turn the respective service off.
                     14: # Set them to "" to run them with the default flags.
                     15: # Otherwise, these variables override the default flags.
                     16: apmd_flags=NO
                     17: bgpd_flags=NO
1.226     claudio    18: bgplgd_flags=NO
1.202     schwarze   19: bootparamd_flags=NO
                     20: cron_flags=
                     21: dhcpd_flags=NO
1.224     florian    22: dhcpleased_flags=
1.202     schwarze   23: dhcrelay_flags=NO      # for normal use: "-i interface [server]"
                     24: dvmrpd_flags=NO
1.206     renato     25: eigrpd_flags=NO
1.202     schwarze   26: ftpd_flags=NO          # set to NO if ftpd is running out of inetd
                     27: ftpproxy_flags=NO
1.205     sthen      28: ftpproxy6_flags=NO
1.202     schwarze   29: hostapd_flags=NO
                     30: hotplugd_flags=NO
                     31: httpd_flags=NO
                     32: identd_flags=NO
                     33: ifstated_flags=NO
                     34: iked_flags=NO
                     35: inetd_flags=NO
                     36: isakmpd_flags=NO
                     37: iscsid_flags=NO
                     38: ldapd_flags=NO
1.130     mbalmer    39: ldattach_flags=NO      # for normal use: "[options] linedisc cua-device"
1.202     schwarze   40: ldomd_flags=NO
                     41: ldpd_flags=NO
                     42: lpd_flags=NO           # for normal use: "" (or "-l" for debugging)
                     43: mopd_flags=NO
1.210     ajacouto   44: mrouted_flags=NO       # be sure to enable multicast below
1.202     schwarze   45: npppd_flags=NO
                     46: nsd_flags=NO
1.203     deraadt    47: ntpd_flags=
1.202     schwarze   48: ospfd_flags=NO
                     49: ospf6d_flags=NO
                     50: pflogd_flags=          # add more flags, e.g. "-s 256"
1.217     florian    51: rad_flags=NO
1.204     yasuoka    52: radiusd_flags=NO
1.202     schwarze   53: rarpd_flags=NO
                     54: rbootd_flags=NO
                     55: relayd_flags=NO
1.224     florian    56: resolvd_flags=
1.202     schwarze   57: ripd_flags=NO
                     58: route6d_flags=NO       # be sure to set net.inet6.ip6.forwarding=1
                     59: sasyncd_flags=NO
                     60: sensorsd_flags=NO
1.215     florian    61: slaacd_flags=
1.202     schwarze   62: slowcgi_flags=NO
                     63: smtpd_flags=
                     64: sndiod_flags=
                     65: snmpd_flags=NO
                     66: spamd_flags=NO         # also see spamd_black below
1.192     robert     67: spamlogd_flags=                # use eg. "-i interface" and see spamlogd(8)
1.202     schwarze   68: sshd_flags=
                     69: syslogd_flags=         # add more flags, e.g. "-u -a /chroot/dev/log"
                     70: tftpd_flags=NO
                     71: tftpproxy_flags=NO
                     72: unbound_flags=NO
1.219     florian    73: unwind_flags=NO
1.208     jasper     74: vmd_flags=NO
1.202     schwarze   75: watchdogd_flags=NO
1.227   ! kn         76: wsmoused_flags=NO      # for enabling console mouse support
1.202     schwarze   77:                        # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
1.213     matthieu   78: xenodm_flags=NO                # on some architectures, you must also
1.202     schwarze   79:                        # disable console getty in /etc/ttys
                     80:
                     81: # services related to RPC, NFS, and YP
                     82: amd_flags=NO           # also see amd_master below
                     83: lockd_flags=NO
                     84: mountd_flags=NO
                     85: nfsd_flags=NO
                     86: portmap_flags=NO       # note: inetd(8) rpc services need portmap too
                     87: statd_flags=NO
                     88: ypbind_flags=NO
                     89: ypldap_flags=NO
                     90: ypserv_flags=NO
1.1       deraadt    91:
                     92: # set the following to "YES" to turn them on
1.133     henning    93: pf=YES                 # Packet filter / NAT
1.110     hshoexer   94: ipsec=NO               # IPsec
1.56      krw        95: check_quotas=YES       # NO may be desirable in some YP environments
1.121     ajacouto   96: accounting=NO          # process accounting (using /var/account/acct)
1.63      hin        97:
1.35      niklas     98: # Multicast routing configuration
1.90      david      99: # Please look at netstart(8) for a detailed description if you change these
1.209     mpi       100: multicast=NO           # Reject IPv4 multicast packets by default
1.1       deraadt   101:
                    102: # miscellaneous other flags
1.202     schwarze  103: amd_master=/etc/amd/master     # AMD 'master' map
1.216     tb        104: library_aslr=YES               # set to NO to disable library randomization
1.72      tholo     105: savecore_flags=                        # "-z" to compress
1.202     schwarze  106: spamd_black=NO                 # set to YES to run spamd without greylisting
1.87      pvalchev  107: shlib_dirs=                    # extra directories for ldconfig, separated
                    108:                                # by space
1.141     ajacouto  109:
1.144     ajacouto  110: # rc.d(8) packages scripts
1.141     ajacouto  111: # started in the specified order and stopped in reverse order
1.152     ajacouto  112: pkg_scripts=