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

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

1.198   ! florian     1: #      $OpenBSD: rc.conf,v 1.197 2014/08/26 19:33:48 robert 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
                     41: rtsold_flags=NO                # for normal use: interface
                     42:                        # be sure to set net.inet6.ip6.forwarding=0
1.62      fgsch      43: lpd_flags=NO           # for normal use: "" (or "-l" for debugging)
1.91      henning    44: sensorsd_flags=NO      # for normal use: ""
1.97      grange     45: hotplugd_flags=NO      # for normal use: ""
1.107     henning    46: watchdogd_flags=NO     # for normal use: ""
1.109     camield    47: ftpproxy_flags=NO      # for normal use: ""
1.111     reyk       48: hostapd_flags=NO       # for normal use: ""
1.195     reyk       49: httpd_flags=NO         # for normal use: ""
1.117     mpf        50: ifstated_flags=NO      # for normal use: ""
1.127     deraadt    51: relayd_flags=NO                # for normal use: ""
1.128     reyk       52: snmpd_flags=NO         # for normal use: ""
1.192     robert     53: smtpd_flags=           # for normal use: ""
                     54: sndiod_flags=          # for normal use: ""
1.138     martinh    55: ldapd_flags=NO         # for normal use: ""
1.171     yasuoka    56: npppd_flags=NO         # for normal use: ""
1.177     deraadt    57: inetd_flags=NO         # for normal use: ""
1.143     robert     58: portmap_flags=NO       # for normal use: ""
1.162     ajacouto   59:                        # Note: inetd(8) rpc services need portmap too
1.182     ajacouto   60: amd_flags=NO           # for normal use: "" and see amd_master below
1.166     dlg        61: tftpd_flags=NO         # for normal use: "[chroot dir]"
1.168     dlg        62: tftpproxy_flags=NO     # for normal use: ""
1.173     kettenis   63: ldomd_flags=NO         # for normal use: ""
1.182     ajacouto   64: identd_flags=NO                # for normal use: "-e"
1.192     robert     65: cron_flags=            # for normal use: ""
1.193     claudio    66: iscsid_flags=NO                # for normal use: ""
1.170     ajacouto   67:
1.179     naddy      68: slowcgi_flags=NO       # for normal use: ""
1.69      millert    69:
1.77      deraadt    70: # For normal use: "-L sm-mta -bd -q30m", and note there is a cron job
1.185     tedu       71: sendmail_flags=NO
1.126     jmc        72: spamd_flags=NO         # for normal use: "" and see spamd(8)
1.123     beck       73: spamd_black=NO         # set to YES to run spamd without greylisting
1.192     robert     74: spamlogd_flags=                # use eg. "-i interface" and see spamlogd(8)
1.33      downsj     75:
                     76: # Set to NO if ftpd is running out of inetd
1.165     ajacouto   77: ftpd_flags=NO          # for non-inetd use: ""
1.19      deraadt    78:
                     79: # On some architectures, you must also disable console getty in /etc/ttys
1.39      deraadt    80: xdm_flags=NO           # for normal use: ""
1.52      aaron      81:
1.108     deraadt    82: # For enabling console mouse support (i386 alpha amd64)
1.60      aaron      83: wsmoused_flags=NO      # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
1.1       deraadt    84:
                     85: # set the following to "YES" to turn them on
1.133     henning    86: pf=YES                 # Packet filter / NAT
1.110     hshoexer   87: ipsec=NO               # IPsec
1.56      krw        88: check_quotas=YES       # NO may be desirable in some YP environments
1.121     ajacouto   89: accounting=NO          # process accounting (using /var/account/acct)
1.63      hin        90:
1.35      niklas     91: # Multicast routing configuration
1.90      david      92: # Please look at netstart(8) for a detailed description if you change these
1.35      niklas     93: multicast_host=NO      # Route all multicast packets to a single interface
                     94: multicast_router=NO    # A multicast routing daemon will be run, e.g. mrouted
1.1       deraadt    95:
                     96: # miscellaneous other flags
1.72      tholo      97: savecore_flags=                        # "-z" to compress
1.163     ajacouto   98: ypbind_flags=NO                        # for normal use: ""
1.148     ajacouto   99: ypserv_flags=NO                        # add more flags, eg. -1 for YP v1, -d for DNS etc
1.155     deraadt   100: ypldap_flags=NO                        # for normal use: ""
1.92      deraadt   101: yppasswdd_flags=NO             # "-d /etc/yp" if passwd files are in /etc/yp
1.149     ajacouto  102: nfsd_flags=NO                  # for normal use: "-tun 4" and see nfsd(8)
                    103: mountd_flags=NO                        # for normal use: ""
                    104: lockd_flags=NO                 # for normal use: ""
                    105: statd_flags=NO                 # for normal use: ""
1.1       deraadt   106: amd_master=/etc/amd/master     # AMD 'master' map
1.139     jmc       107: syslogd_flags=                 # add more flags, e.g. "-u -a /chroot/dev/log"
1.65      kjell     108: pf_rules=/etc/pf.conf          # Packet filter rules file
1.110     hshoexer  109: ipsec_rules=/etc/ipsec.conf    # IPsec rules file
1.139     jmc       110: pflogd_flags=                  # add more flags, e.g. "-s 256"
1.87      pvalchev  111: shlib_dirs=                    # extra directories for ldconfig, separated
                    112:                                # by space
1.141     ajacouto  113:
1.144     ajacouto  114: # rc.d(8) packages scripts
1.141     ajacouto  115: # started in the specified order and stopped in reverse order
1.152     ajacouto  116: pkg_scripts=