source: trunk/packs/config/os/linux/rc.conf @ 14077

Revision 14077, 1.8 KB checked in by danw, 25 years ago (diff)
fix typo
  • Property svn:executable set to *
Line 
1#!/bin/sh -
2#
3# $Id: rc.conf,v 1.6 1999-12-13 16:32:18 danw Exp $
4
5# Set up configuration variables.
6# Variables containing '*' in the comment are only functional if
7# SYNCCONFIG is set to true.
8
9HOST=NONAME;    export HOST             #* Hostname
10ADDR=NOADDR;    export ADDR             #* Internet address
11NETDEV=NODEV;           export NETDEV           #  Network interface
12MACHINE=NOMACHINE;      export MACHINE          #  Type of machine
13SYSTEM=NOSYSTEM;        export SYSTEM           #  Type of operating system
14PUBLIC=true;            export PUBLIC           #  Public workstation?
15TIMESRV=false;          export TIMESRV          #  Time server?
16TIMECLIENT=true;        export TIMECLIENT       #  Timed client?
17TIMEHUB=time.MIT.EDU;   export TIMEHUB          #  Authoritative time source
18RVDCLIENT=true;         export RVDCLIENT        #  RVD client?
19AFSSRV=false;           export AFSSRV           #  AFS server?
20AFSCLIENT=true;         export AFSCLIENT        #  AFS client?
21AFSADJUST=true;         export AFSADJUST        #  Adjust AFS cache-size?
22NFSSRV=false;           export NFSSRV           #* NFS server?
23NFSCLIENT=true;         export NFSCLIENT        #* NFS client?
24SENDMAIL=false;         export SENDMAIL         #  Sendmail daemon?
25LPD=false;              export LPD              #  Run line printer daemon?
26OLC=false;              export OLC              #  OLC daemon?
27KRBSRV=false;           export KRBSRV           #  Kerberos server
28KADMSRV=false;          export KADMSRV          #  Kerberos Admin server
29ZCLIENT=true;           export ZCLIENT          #  Zephyr client
30ZSERVER=false;          export ZSERVER          #  Zephyr server
31MRUPDATE=false;         export MRUPDATE         #  Moira update daemon
32SSHD=false;             export SSHD             #  Secure shell daemon
33NOCREATE=false;         export NOCREATE         #  Disallow the public to login?
34NOATTACH=false;         export NOATTACH         #  Disallow attaching homedirs?
35NOREMOTE=false;         export NOREMOTE         #  Deny access to remote users not in /etc/passwd
36AUTOUPDATE=true;        export AUTOUPDATE       #  Automatically update?
37SYNCCONFIG=true;        export SYNCCONFIG       #  Synchronize configurations?
38ACCESSON=false;         export ACCESSON         #  Access on by default
39MAILRELAY=default;      export MAILRELAY        #* SMTP relay host | default | none
Note: See TracBrowser for help on using the repository browser.