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

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

1.14    ! phil        1: #      $NetBSD: rc.conf,v 1.13 1997/05/12 11:33:31 lukem 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.14    ! phil       12:
        !            13: # Netstart actions
        !            14: flushroutes=YES                        # Flush routes in netstart (YES or NO)
1.13      lukem      15:
                     16: # Basic network configuration
                     17: hostname=""                    # Name of host. If "", extract from /etc/myname
                     18: domainname=""                  # Domainname. If "", try /etc/defaultdomain
                     19: defaultroute=""                        # Default route. If "", try /etc/mygate
1.9       perry      20:
                     21: # Actions to take on boot
                     22: update_motd=YES                        # YES or NO
1.7       perry      23:
1.6       cjs        24: # Programs run on boot
                     25: savecore_flags=DEFAULT         # default: ""
                     26: lkm_init=YES                   # YES or NO.
                     27: ipfilter=NO                    # YES or NO.
1.12      mikel      28: ntpdate_hosts=NO               # default: extract from /etc/ntp.conf
1.8       cjs        29:
                     30: # Network Interfaces
                     31: net_interfaces=DEFAULT         # default: use "ifconfig -l" to get a list
1.6       cjs        32:
                     33: # Daemons required for other daemons
                     34: inetd_flags=DEFAULT            # default: ""; use "-l" for libwrap logging
                     35: portmap=YES                    # YES or NO; normally required.
                     36:
                     37: # Commonly used daemons
                     38: update_flags=DEFAULT           # default: "30"
                     39: syslogd_flags=DEFAULT          # default: ""
                     40: timed_flags=NO                 # default: ""
1.11      cjs        41: xntpd_flags=NO                 # default: "-p /var/run/xntpd.pid"
1.6       cjs        42: sendmail_flags=NO              # default: "-bd -q30m"
                     43: named_flags=NO                 # default: ""
                     44: lpd_flags=DEFAULT              # default: ""
                     45:
                     46: # Routing Daemons
                     47: routed_flags=DEFAULT           # default: "-q"
                     48: gated_flags=NO                 # default: "" (not distributed with NetBSD)
                     49: mrouted_flags=NO               # default: ""
                     50:
                     51: # Daemons used to boot other machines over a network
                     52: rarpd_flags=NO                 # default: "-a"
                     53: bootparamd_flags=NO            # default: ""
                     54: dhcpd_flags=NO                 # default: ""
                     55: rbootd_flags=NO                        # default: ""
                     56: mopd_flags=NO                  # default: "-a"
                     57:
                     58: # YP (NIS) daemons
                     59: ypbind_flags=NO                        # default: ""
                     60: ypserv_flags=NO                        # default: "-d"
                     61: yppasswdd_flags=NO             # default: ""
                     62:
                     63: # Network file system daemons
                     64: nfs_client=NO                  # YES or NO.
                     65: nfsiod_flags=DEFAULT           # default: "-n 4"
                     66: nfs_server=NO                  # YES or NO.
                     67: mountd_flags=DEFAULT           # default: ""
                     68: nfsd_flags=DEFAULT             # default: "-tun 4"
                     69: lockd_flags=NO                 # default: ""
                     70: statd_flags=NO                 # default: ""
                     71: amd_flags=NO                   # default: "-l syslog -x error,noinfo,nostats"
1.1       mrg        72: amd_dir=/amd                   # AMD's mount directory
                     73: amd_master=/etc/amd/master     # AMD 'master' map
1.6       cjs        74:
                     75: # Other daemons:
                     76: rwhod=NO                       # YES or NO.
1.12      mikel      77: kerberos_server=NO             # YES or NO.

CVSweb <webmaster@jp.NetBSD.org>