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

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

1.1       deraadt     1: #!/bin/sh -
                      2: #
1.2     ! mickey      3: #      $OpenBSD: rc.conf,v 1.1 1997/09/04 01:12:24 deraadt Exp $
1.1       deraadt     4:
                      5: # set these to "NO" to turn them off.  otherwise, they're used as flags
                      6: routed_flags=NO                # for 'normal' use: routed_flags=-q
                      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"
                     12: named_flags=NO         # for 'normal' use: named_flags=""
                     13: timed_flags=NO         # for 'normal' use: timed_flags=""
1.2     ! mickey     14: photurisd_flags=""     # for 'normal' use: photurisd_flags=""
1.1       deraadt    15:
                     16: # set the following to "YES" to turn them on
                     17: rwhod=NO
                     18: nfs_server=NO
                     19: nfs_client=NO
                     20: lockd=NO
                     21: gated=NO
                     22: kerberos_server=NO
                     23: amd=NO
                     24: ipfilter=NO
                     25: nat=NO
                     26: portmap=YES                    # almost always needed
                     27: inetd=YES                      # almost always needed
                     28: lpd=NO                         # printing daemons
                     29: check_quotas=YES               # NO may be desireable in some YP environments
                     30:
                     31: # miscellaneous other flags
                     32: # only used if the appropriate server is marked YES above
                     33: gated_flags=
                     34: ypserv_flags=                  # E.g. -1 for YP v1, -d for DNS etc
                     35: yppasswdd_flags=               # "-d /etc/yp" if passwd files is in /etc/yp
                     36: nfsd_flags="-tun 4"            # Crank the 4 for a busy fileserver
                     37: amd_dir=/tmp_mnt               # AMD's mount directory
                     38: amd_master=/etc/amd/master     # AMD 'master' map
                     39: ipfilter_rules=/etc/ipf.rules  # Rules for IP packet filtering
                     40: nat_rules=/etc/nat.rules       # Rules for Network Address Translation
                     41: ipmon_flags=-s                 # To disable logging, use ipmon_flags=NO
                     42: rfc1323=YES                    # TCP RFC1323 extensions (disable if tcp is slow)