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

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

1.1       deraadt     1: #!/bin/sh -
                      2: #
1.109   ! camield     3: #      $OpenBSD: rc.conf,v 1.108 2005/11/01 20:32:42 deraadt Exp $
1.1       deraadt     4:
                      5: # set these to "NO" to turn them off.  otherwise, they're used as flags
1.39      deraadt     6: routed_flags=NO                # for normal use: "-q"
                      7: mrouted_flags=NO       # for normal use: "", if activated
1.35      niklas      8:                        # be sure to enable multicast_router below.
1.105     henning     9: ospfd_flags=NO         # for normal use: ""
1.95      henning    10: bgpd_flags=NO          # for normal use: ""
1.39      deraadt    11: rarpd_flags=NO         # for normal use: "-a"
                     12: bootparamd_flags=NO    # for normal use: ""
                     13: rbootd_flags=NO                # for normal use: ""
1.57      deraadt    14: sshd_flags=""          # for normal use: ""
1.39      deraadt    15: named_flags=NO         # for normal use: ""
1.96      jakob      16: rdate_flags=NO         # for normal use: [RFC868-host] or [-n RFC2030-host]
1.39      deraadt    17: timed_flags=NO         # for normal use: ""
1.102     henning    18: ntpd_flags=NO          # for normal use: ""
1.39      deraadt    19: isakmpd_flags=NO       # for normal use: ""
                     20: mopd_flags=NO          # for normal use: "-a"
                     21: apmd_flags=NO          # for normal use: ""
1.106     tholo      22: acpid_flags=NO         # for normal use: ""
1.99      henning    23: dhcpd_flags=NO         # for normal use: ""
1.42      itojun     24: rtadvd_flags=NO                # for normal use: list of interfaces
                     25:                        # be sure to set net.inet6.ip6.forwarding=1
                     26: route6d_flags=NO       # for normal use: ""
                     27:                        # be sure to set net.inet6.ip6.forwarding=1
                     28: rtsold_flags=NO                # for normal use: interface
                     29:                        # be sure to set net.inet6.ip6.forwarding=0
                     30:                        # be sure to set net.inet6.ip6.accept_rtadv=1
1.62      fgsch      31: lpd_flags=NO           # for normal use: "" (or "-l" for debugging)
1.91      henning    32: sensorsd_flags=NO      # for normal use: ""
1.97      grange     33: hotplugd_flags=NO      # for normal use: ""
1.107     henning    34: watchdogd_flags=NO     # for normal use: ""
1.109   ! camield    35: ftpproxy_flags=NO      # for normal use: ""
1.75      deraadt    36:
                     37: # use -u to disable chroot, see httpd(8)
                     38: httpd_flags=NO         # for normal use: "" (or "-DSSL" after reading ssl(8))
1.69      millert    39:
1.77      deraadt    40: # For normal use: "-L sm-mta -bd -q30m", and note there is a cron job
1.69      millert    41: sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m"
1.103     jmc        42: spamd_flags=NO         # for normal use: "" and see spamd-setup(8)
1.94      beck       43: spamd_grey=NO          # use spamd greylisting if YES
1.104     henning    44: spamlogd_flags=""      # use eg. "-i interface" and see spamlogd(8)
1.33      downsj     45:
                     46: # Set to NO if ftpd is running out of inetd
1.39      deraadt    47: ftpd_flags=NO          # for non-inetd use: "-D"
1.41      fgsch      48:
                     49: # Set to NO if identd is running out of inetd
1.89      henning    50: identd_flags=NO                # for non-inetd use: "-b -elo"
1.19      deraadt    51:
                     52: # On some architectures, you must also disable console getty in /etc/ttys
1.39      deraadt    53: xdm_flags=NO           # for normal use: ""
1.52      aaron      54:
1.108     deraadt    55: # For enabling console mouse support (i386 alpha amd64)
1.60      aaron      56: wsmoused_flags=NO      # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
1.1       deraadt    57:
                     58: # set the following to "YES" to turn them on
                     59: rwhod=NO
1.48      mickey     60: nfs_server=NO          # see sysctl.conf for nfs client configuration
1.1       deraadt    61: lockd=NO
                     62: amd=NO
1.66      deraadt    63: pf=NO                  # Packet filter / NAT
1.78      deraadt    64: portmap=NO             # Note: inetd(8) rpc services need portmap too
1.14      art        65: inetd=YES              # almost always needed
1.56      krw        66: check_quotas=YES       # NO may be desirable in some YP environments
1.63      hin        67:
1.64      hin        68: krb5_master_kdc=NO     # KerberosV master KDC. Run 'info heimdal' for help.
1.63      hin        69: krb5_slave_kdc=NO      # KerberosV slave KDC.
1.32      art        70: afs=NO                 # mount and run afs
1.35      niklas     71:
                     72: # Multicast routing configuration
1.90      david      73: # Please look at netstart(8) for a detailed description if you change these
1.35      niklas     74: multicast_host=NO      # Route all multicast packets to a single interface
                     75: multicast_router=NO    # A multicast routing daemon will be run, e.g. mrouted
1.1       deraadt    76:
                     77: # miscellaneous other flags
                     78: # only used if the appropriate server is marked YES above
1.72      tholo      79: savecore_flags=                        # "-z" to compress
1.1       deraadt    80: ypserv_flags=                  # E.g. -1 for YP v1, -d for DNS etc
1.92      deraadt    81: yppasswdd_flags=NO             # "-d /etc/yp" if passwd files are in /etc/yp
1.9       downsj     82: nfsd_flags="-tun 4"            # Crank the 4 for a busy NFS fileserver
1.1       deraadt    83: amd_dir=/tmp_mnt               # AMD's mount directory
                     84: amd_master=/etc/amd/master     # AMD 'master' map
1.40      millert    85: syslogd_flags=                 # add more flags, ie. "-u -a /chroot/dev/log"
1.65      kjell      86: pf_rules=/etc/pf.conf          # Packet filter rules file
1.68      deraadt    87: pflogd_flags=                  # add more flags, ie. "-s 256"
1.93      beck       88: afsd_flags=                    # Flags passed to afsd
1.87      pvalchev   89: shlib_dirs=                    # extra directories for ldconfig, separated
                     90:                                # by space
1.45      deraadt    91:
                     92: local_rcconf="/etc/rc.conf.local"
1.49      todd       93:
                     94: [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line