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

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

1.201   ! ajacouto    1: #      $OpenBSD: rc.conf,v 1.200 2014/12/03 20:13:49 florian 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:
                     13: # set these to "NO" to turn them off.  otherwise, they're used as flags
1.136     michele    14: ldpd_flags=NO          # for normal use: ""
1.118     norby      15: ripd_flags=NO          # for normal use: ""
1.39      deraadt    16: mrouted_flags=NO       # for normal use: "", if activated
1.35      niklas     17:                        # be sure to enable multicast_router below.
1.114     norby      18: dvmrpd_flags=NO                # for normal use: ""
1.105     henning    19: ospfd_flags=NO         # for normal use: ""
1.125     norby      20: ospf6d_flags=NO                # for normal use: ""
1.95      henning    21: bgpd_flags=NO          # for normal use: ""
1.39      deraadt    22: rarpd_flags=NO         # for normal use: "-a"
                     23: bootparamd_flags=NO    # for normal use: ""
                     24: rbootd_flags=NO                # for normal use: ""
1.192     robert     25: sshd_flags=            # for normal use: ""
1.184     ajacouto   26: nsd_flags=NO           # for normal use: "-c /var/nsd/etc/nsd.conf"
1.187     sthen      27: unbound_flags=NO       # for normal use: "-c /var/unbound/etc/unbound.conf"
1.130     mbalmer    28: ldattach_flags=NO      # for normal use: "[options] linedisc cua-device"
1.102     henning    29: ntpd_flags=NO          # for normal use: ""
1.39      deraadt    30: isakmpd_flags=NO       # for normal use: ""
1.137     reyk       31: iked_flags=NO          # for normal use: ""
1.116     mcbride    32: sasyncd_flags=NO       # for normal use: ""
1.39      deraadt    33: mopd_flags=NO          # for normal use: "-a"
                     34: apmd_flags=NO          # for normal use: ""
1.99      henning    35: dhcpd_flags=NO         # for normal use: ""
1.115     norby      36: dhcrelay_flags=NO      # for normal use: "-i interface [server]"
1.42      itojun     37: rtadvd_flags=NO                # for normal use: list of interfaces
                     38:                        # be sure to set net.inet6.ip6.forwarding=1
                     39: route6d_flags=NO       # for normal use: ""
                     40:                        # be sure to set net.inet6.ip6.forwarding=1
1.62      fgsch      41: lpd_flags=NO           # for normal use: "" (or "-l" for debugging)
1.91      henning    42: sensorsd_flags=NO      # for normal use: ""
1.97      grange     43: hotplugd_flags=NO      # for normal use: ""
1.107     henning    44: watchdogd_flags=NO     # for normal use: ""
1.109     camield    45: ftpproxy_flags=NO      # for normal use: ""
1.111     reyk       46: hostapd_flags=NO       # for normal use: ""
1.195     reyk       47: httpd_flags=NO         # for normal use: ""
1.117     mpf        48: ifstated_flags=NO      # for normal use: ""
1.127     deraadt    49: relayd_flags=NO                # for normal use: ""
1.128     reyk       50: snmpd_flags=NO         # for normal use: ""
1.192     robert     51: smtpd_flags=           # for normal use: ""
                     52: sndiod_flags=          # for normal use: ""
1.138     martinh    53: ldapd_flags=NO         # for normal use: ""
1.171     yasuoka    54: npppd_flags=NO         # for normal use: ""
1.177     deraadt    55: inetd_flags=NO         # for normal use: ""
1.143     robert     56: portmap_flags=NO       # for normal use: ""
1.162     ajacouto   57:                        # Note: inetd(8) rpc services need portmap too
1.182     ajacouto   58: amd_flags=NO           # for normal use: "" and see amd_master below
1.166     dlg        59: tftpd_flags=NO         # for normal use: "[chroot dir]"
1.168     dlg        60: tftpproxy_flags=NO     # for normal use: ""
1.173     kettenis   61: ldomd_flags=NO         # for normal use: ""
1.182     ajacouto   62: identd_flags=NO                # for normal use: "-e"
1.192     robert     63: cron_flags=            # for normal use: ""
1.193     claudio    64: iscsid_flags=NO                # for normal use: ""
1.170     ajacouto   65:
1.179     naddy      66: slowcgi_flags=NO       # for normal use: ""
1.69      millert    67:
1.126     jmc        68: spamd_flags=NO         # for normal use: "" and see spamd(8)
1.123     beck       69: spamd_black=NO         # set to YES to run spamd without greylisting
1.192     robert     70: spamlogd_flags=                # use eg. "-i interface" and see spamlogd(8)
1.33      downsj     71:
                     72: # Set to NO if ftpd is running out of inetd
1.165     ajacouto   73: ftpd_flags=NO          # for non-inetd use: ""
1.19      deraadt    74:
                     75: # On some architectures, you must also disable console getty in /etc/ttys
1.39      deraadt    76: xdm_flags=NO           # for normal use: ""
1.52      aaron      77:
1.108     deraadt    78: # For enabling console mouse support (i386 alpha amd64)
1.60      aaron      79: wsmoused_flags=NO      # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
1.1       deraadt    80:
                     81: # set the following to "YES" to turn them on
1.133     henning    82: pf=YES                 # Packet filter / NAT
1.110     hshoexer   83: ipsec=NO               # IPsec
1.56      krw        84: check_quotas=YES       # NO may be desirable in some YP environments
1.121     ajacouto   85: accounting=NO          # process accounting (using /var/account/acct)
1.63      hin        86:
1.35      niklas     87: # Multicast routing configuration
1.90      david      88: # Please look at netstart(8) for a detailed description if you change these
1.35      niklas     89: multicast_host=NO      # Route all multicast packets to a single interface
                     90: multicast_router=NO    # A multicast routing daemon will be run, e.g. mrouted
1.1       deraadt    91:
                     92: # miscellaneous other flags
1.72      tholo      93: savecore_flags=                        # "-z" to compress
1.163     ajacouto   94: ypbind_flags=NO                        # for normal use: ""
1.148     ajacouto   95: ypserv_flags=NO                        # add more flags, eg. -1 for YP v1, -d for DNS etc
1.155     deraadt    96: ypldap_flags=NO                        # for normal use: ""
1.92      deraadt    97: yppasswdd_flags=NO             # "-d /etc/yp" if passwd files are in /etc/yp
1.149     ajacouto   98: nfsd_flags=NO                  # for normal use: "-tun 4" and see nfsd(8)
                     99: mountd_flags=NO                        # for normal use: ""
                    100: lockd_flags=NO                 # for normal use: ""
                    101: statd_flags=NO                 # for normal use: ""
1.1       deraadt   102: amd_master=/etc/amd/master     # AMD 'master' map
1.139     jmc       103: syslogd_flags=                 # add more flags, e.g. "-u -a /chroot/dev/log"
                    104: pflogd_flags=                  # add more flags, e.g. "-s 256"
1.87      pvalchev  105: shlib_dirs=                    # extra directories for ldconfig, separated
                    106:                                # by space
1.141     ajacouto  107:
1.144     ajacouto  108: # rc.d(8) packages scripts
1.141     ajacouto  109: # started in the specified order and stopped in reverse order
1.152     ajacouto  110: pkg_scripts=