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

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

1.7     ! perry       1: #      $NetBSD: rc.conf,v 1.6 1997/03/23 07:57:24 cjs Exp $
1.1       mrg         2: #
                      3: # see rc.conf(5) for more information.
                      4:
                      5: # uncomment this if you want to use local paths in rc
                      6: #export PATH=$PATH:/usr/local/sbin:/usr/local/bin
                      7:
1.3       mycroft     8: # `NO' disables a toggle or a program with flags.
                      9: # `YES' enables a toggle.
                     10: # `DEFAULT' enables a program with the default flags (as listed).
                     11: # Any other string is used as a set of flags.
1.7     ! perry      12:
        !            13: # Network Interfaces
        !            14: net_interfaces=DEFAULT         # default: use "ifconfig -l" to get a list
1.3       mycroft    15:
1.6       cjs        16: # Programs run on boot
                     17: savecore_flags=DEFAULT         # default: ""
                     18: lkm_init=YES                   # YES or NO.
                     19: ipfilter=NO                    # YES or NO.
                     20:
                     21: # Daemons required for other daemons
                     22: inetd_flags=DEFAULT            # default: ""; use "-l" for libwrap logging
                     23: portmap=YES                    # YES or NO; normally required.
                     24:
                     25: # Commonly used daemons
                     26: update_flags=DEFAULT           # default: "30"
                     27: syslogd_flags=DEFAULT          # default: ""
                     28: timed_flags=NO                 # default: ""
                     29: xntpd_flags=NO                 # default: ""
                     30: sendmail_flags=NO              # default: "-bd -q30m"
                     31: named_flags=NO                 # default: ""
                     32: lpd_flags=DEFAULT              # default: ""
                     33:
                     34: # Routing Daemons
                     35: routed_flags=DEFAULT           # default: "-q"
                     36: gated_flags=NO                 # default: "" (not distributed with NetBSD)
                     37: mrouted_flags=NO               # default: ""
                     38:
                     39: # Daemons used to boot other machines over a network
                     40: rarpd_flags=NO                 # default: "-a"
                     41: bootparamd_flags=NO            # default: ""
                     42: dhcpd_flags=NO                 # default: ""
                     43: rbootd_flags=NO                        # default: ""
                     44: mopd_flags=NO                  # default: "-a"
                     45:
                     46: # YP (NIS) daemons
                     47: ypbind_flags=NO                        # default: ""
                     48: ypserv_flags=NO                        # default: "-d"
                     49: yppasswdd_flags=NO             # default: ""
                     50:
                     51: # Network file system daemons
                     52: nfs_client=NO                  # YES or NO.
                     53: nfsiod_flags=DEFAULT           # default: "-n 4"
                     54: nfs_server=NO                  # YES or NO.
                     55: mountd_flags=DEFAULT           # default: ""
                     56: nfsd_flags=DEFAULT             # default: "-tun 4"
                     57: lockd_flags=NO                 # default: ""
                     58: statd_flags=NO                 # default: ""
                     59: amd_flags=NO                   # default: "-l syslog -x error,noinfo,nostats"
1.1       mrg        60: amd_dir=/amd                   # AMD's mount directory
                     61: amd_master=/etc/amd/master     # AMD 'master' map
1.6       cjs        62:
                     63: # Other daemons:
                     64: rwhod=NO                       # YES or NO.
1.1       mrg        65: kerberos_server=NO

CVSweb <webmaster@jp.NetBSD.org>