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

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

1.1       deraadt     1: #!/bin/sh -
                      2: #
1.77    ! deraadt     3: #      $OpenBSD: rc.conf,v 1.76 2002/07/11 08:14:54 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"
1.67      deraadt     7: altqd_flags=NO         # for normal use: ""
1.39      deraadt     8: mrouted_flags=NO       # for normal use: "", if activated
1.35      niklas      9:                        # be sure to enable multicast_router below.
1.39      deraadt    10: rarpd_flags=NO         # for normal use: "-a"
                     11: bootparamd_flags=NO    # for normal use: ""
                     12: rbootd_flags=NO                # for normal use: ""
1.57      deraadt    13: sshd_flags=""          # for normal use: ""
1.71      deraadt    14: smtpfwdd_flags=NO      # for normal use: ""; be sure to configure smtpd(8)
                     15:                        # and sendmail(8) to use MSA only
1.39      deraadt    16: named_flags=NO         # for normal use: ""
1.76      deraadt    17: rdate_flags=NO         # for normal use: [RFC868-host] or [-n RFC1361-host]
1.39      deraadt    18: timed_flags=NO         # for normal use: ""
1.51      matt       19: ntpdate_flags=NO       # for normal use: NTP server; run before ntpd starts
1.39      deraadt    20: photurisd_flags=NO     # for normal use: ""
                     21: isakmpd_flags=NO       # for normal use: ""
                     22: mopd_flags=NO          # for normal use: "-a"
                     23: apmd_flags=NO          # for normal use: ""
                     24: dhcpd_flags=NO         # for normal use: "-q"
1.42      itojun     25: rtadvd_flags=NO                # for normal use: list of interfaces
                     26:                        # be sure to set net.inet6.ip6.forwarding=1
                     27: route6d_flags=NO       # for normal use: ""
                     28:                        # be sure to set net.inet6.ip6.forwarding=1
                     29: rtsold_flags=NO                # for normal use: interface
                     30:                        # be sure to set net.inet6.ip6.forwarding=0
                     31:                        # be sure to set net.inet6.ip6.accept_rtadv=1
1.62      fgsch      32: lpd_flags=NO           # for normal use: "" (or "-l" for debugging)
1.75      deraadt    33:
                     34: # use -u to disable chroot, see httpd(8)
                     35: httpd_flags=NO         # for normal use: "" (or "-DSSL" after reading ssl(8))
1.69      millert    36:
1.77    ! deraadt    37: # For normal use: "-L sm-mta -bd -q30m", and note there is a cron job
1.69      millert    38: sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m"
1.33      downsj     39:
                     40: # Set to NO if ftpd is running out of inetd
1.39      deraadt    41: ftpd_flags=NO          # for non-inetd use: "-D"
1.41      fgsch      42:
                     43: # Set to NO if identd is running out of inetd
                     44: identd_flags=NO                # for non-inetd use: "-b -u nobody -elo"
1.19      deraadt    45:
                     46: # On some architectures, you must also disable console getty in /etc/ttys
1.39      deraadt    47: xdm_flags=NO           # for normal use: ""
1.52      aaron      48:
                     49: # For enabling console mouse support (i386 architecture only)
1.60      aaron      50: wsmoused_flags=NO      # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
1.1       deraadt    51:
                     52: # set the following to "YES" to turn them on
                     53: rwhod=NO
1.48      mickey     54: nfs_server=NO          # see sysctl.conf for nfs client configuration
1.1       deraadt    55: lockd=NO
                     56: gated=NO
                     57: amd=NO
1.66      deraadt    58: pf=NO                  # Packet filter / NAT
1.14      art        59: portmap=YES            # almost always needed
                     60: inetd=YES              # almost always needed
1.56      krw        61: check_quotas=YES       # NO may be desirable in some YP environments
1.31      deraadt    62: ntpd=YES               # run ntpd if it exists
1.63      hin        63:
1.64      hin        64: krb5_master_kdc=NO     # KerberosV master KDC. Run 'info heimdal' for help.
1.63      hin        65: krb5_slave_kdc=NO      # KerberosV slave KDC.
1.32      art        66: afs=NO                 # mount and run afs
1.35      niklas     67:
                     68: # Multicast routing configuration
                     69: # Please look at /etc/netstart for a detailed description if you change these
                     70: multicast_host=NO      # Route all multicast packets to a single interface
                     71: multicast_router=NO    # A multicast routing daemon will be run, e.g. mrouted
1.1       deraadt    72:
                     73: # miscellaneous other flags
                     74: # only used if the appropriate server is marked YES above
1.72      tholo      75: savecore_flags=                        # "-z" to compress
1.1       deraadt    76: gated_flags=
                     77: ypserv_flags=                  # E.g. -1 for YP v1, -d for DNS etc
1.6       deraadt    78: yppasswdd_flags=               # "-d /etc/yp" if passwd files are in /etc/yp
1.9       downsj     79: nfsd_flags="-tun 4"            # Crank the 4 for a busy NFS fileserver
1.1       deraadt    80: amd_dir=/tmp_mnt               # AMD's mount directory
                     81: amd_master=/etc/amd/master     # AMD 'master' map
1.40      millert    82: syslogd_flags=                 # add more flags, ie. "-u -a /chroot/dev/log"
1.56      krw        83: named_user=named               # Named should not run as root unless necessary
1.22      millert    84: named_chroot=/var/named                # Where to chroot named if not empty
1.65      kjell      85: pf_rules=/etc/pf.conf          # Packet filter rules file
1.68      deraadt    86: pflogd_flags=                  # add more flags, ie. "-s 256"
1.32      art        87: afs_mount_point=/afs           # Mountpoint for AFS
                     88: afs_device=/dev/xfs0           # Device used by afsd
                     89: afsd_flags=-z                  # Flags passed to afsd
1.36      millert    90: shlib_dirs=                    # extra directories for ldconfig
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