#!/bin/sh -
#
# $Id: rc.conf,v 1.2.4.3 2000/02/05 07:16:35 tb Exp $

# Set up configuration variables.
# Variables containing '*' in the comment are only functional if
# SYNCCONFIG is set to true.

HOST=;    export HOST             #* Hostname
ADDR=;    export ADDR             #* Internet address
NETDEV=NODEV;           export NETDEV           #  Network interface
MACHINE=NOMACHINE;      export MACHINE          #  Type of machine
SYSTEM=NOSYSTEM;        export SYSTEM           #  Type of operating system
PUBLIC=false;           export PUBLIC           #  Public workstation?
NOCREATE=false;         export NOCREATE         #  Disallow the public to login?
NOATTACH=false;         export NOATTACH         #  Disallow attaching homedirs?
NOREMOTE=false;         export NOREMOTE         #  Deny access to remote users n
ot in /etc/passwd
AUTOUPDATE=true;        export AUTOUPDATE       #  Automatically update?
SYNCCONFIG=true;        export SYNCCONFIG       #  Syncronize configurations?
MAILRELAY=default;      export MAILRELAY        #* SMTP relay host | default | n
one
ACCESSON=false;         export ACCESSON         #  Access on by default
LPD=false;              export LPD              #  Run line printer daemon?
OLC=false;              export OLC              #  OLC daemon?
SENDMAIL=true;          export SENDMAIL         #  Sendmail daemon?
SSHD=false;             export SSHD             #  Secure shell daemon
TIMESRV=false;          export TIMESRV          #  Time server?
TIMECLIENT=true;        export TIMECLIENT       #  Timed client?
TIMEHUB=time.MIT.EDU;   export TIMEHUB          #  Authoritative time source
ZCLIENT=true;           export ZCLIENT          #  Zephyr client
ZSERVER=false;          export ZSERVER          #  Zephyr server
