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

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

1.1       deraadt     1: #!/bin/sh -
                      2: #
1.32    ! art         3: #      $OpenBSD: rc.conf,v 1.31 1998/09/18 23:52:01 deraadt Exp $
1.1       deraadt     4:
                      5: # set these to "NO" to turn them off.  otherwise, they're used as flags
1.8       angelos     6: routed_flags=NO                # for 'normal' use: routed_flags="-q"
1.1       deraadt     7: mrouted_flags=NO       # for 'normal' use: mrouted_flags=""
                      8: rarpd_flags=NO         # for 'normal' use: rarpd_flags="-a"
                      9: bootparamd_flags=NO    # for 'normal' use: bootparamd_flags=""
                     10: rbootd_flags=NO                # for 'normal' use: rbootd_flags=""
                     11: sendmail_flags=NO      # for 'normal' use: sendmail_flags="-bd -q30m"
1.14      art        12: smtpfwdd_flags=NO      # for 'normal' use: smtpfwdd_flags="", no -bd above.
1.21      millert    13: named_flags=NO         # for 'normal' use: named_flags=""
1.1       deraadt    14: timed_flags=NO         # for 'normal' use: timed_flags=""
1.16      deraadt    15: photurisd_flags=NO     # for 'normal' use: photurisd_flags=""
1.3       maja       16: mopd_flags=NO          # for 'normal' use: mopd_flags="-a"
1.17      deraadt    17: httpd_flags=NO         # for 'normal' use: httpd_flags=""
1.27      marc       18: apmd_flags=NO          # for 'normal' use: apmd_flags=""
1.26      form       19: dhcpd_flags=NO         # for 'normal' use: dhcpd_flags="-q"
1.19      deraadt    20:
                     21: # On some architectures, you must also disable console getty in /etc/ttys
                     22: xdm_flags=NO           # for 'normal' use: xdm_flags=""
1.1       deraadt    23:
                     24: # set the following to "YES" to turn them on
                     25: rwhod=NO
                     26: nfs_server=NO
                     27: nfs_client=NO
                     28: lockd=NO
                     29: gated=NO
1.15      deraadt    30: kerberos_server=NO     # kerberos server. run 'info kth-krb' for assistance.
1.14      art        31: kerberos_slave=NO      # kerberos slave server.
1.1       deraadt    32: amd=NO
                     33: ipfilter=NO
1.18      deraadt    34: ipnat=NO               # for "YES" ipfilter must also be "YES"
1.14      art        35: portmap=YES            # almost always needed
                     36: inetd=YES              # almost always needed
                     37: lpd=NO                 # printing daemons
                     38: check_quotas=YES       # NO may be desireable in some YP environments
1.23      deraadt    39: sshd=YES               # run sshd if it exists
1.31      deraadt    40: ntpd=YES               # run ntpd if it exists
1.32    ! art        41: afs=NO                 # mount and run afs
1.1       deraadt    42:
                     43: # miscellaneous other flags
                     44: # only used if the appropriate server is marked YES above
                     45: gated_flags=
                     46: ypserv_flags=                  # E.g. -1 for YP v1, -d for DNS etc
1.6       deraadt    47: yppasswdd_flags=               # "-d /etc/yp" if passwd files are in /etc/yp
1.9       downsj     48: nfsd_flags="-tun 4"            # Crank the 4 for a busy NFS fileserver
                     49: nfsiod_flags="-n 4"            # Crank the 4 for a busy NFS client
1.1       deraadt    50: amd_dir=/tmp_mnt               # AMD's mount directory
                     51: amd_master=/etc/amd/master     # AMD 'master' map
                     52: ipfilter_rules=/etc/ipf.rules  # Rules for IP packet filtering
1.18      deraadt    53: ipnat_rules=/etc/ipnat.rules   # Rules for Network Address Translation
1.30      pattonme   54: ipmon_flags=-Ds                        # To disable logging, use ipmon_flags=NO
1.13      deraadt    55: syslogd_flags=                 # add more flags, ie. -u -a /chroot/dev/log
1.21      millert    56: named_user=named               # Named should not run as root unless neccesary
1.22      millert    57: named_chroot=/var/named                # Where to chroot named if not empty
1.32    ! art        58: afs_mount_point=/afs           # Mountpoint for AFS
        !            59: afs_device=/dev/xfs0           # Device used by afsd
        !            60: afsd_flags=-z                  # Flags passed to afsd