#!/bin/sh -
#
# $Id: rc.conf,v 1.1.2.1 1999/02/17 18:41:55 svalente Exp $

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

HOST=NONAME;	export HOST		#* Hostname
ADDR=NOADDR;	export ADDR		#* Internet address
NETDEV=NODEV;		export NETDEV		#  Network interface
MACHINE=NOMACHINE;	export MACHINE		#  Type of machine
SYSTEM=Linux;	export SYSTEM		#  Type of operating system
PUBLIC=false;		export PUBLIC		#  Public workstation?
TIMESRV=false;		export TIMESRV		#  Time server?
TIMECLIENT=true;	export TIMECLIENT	#  Timed client?
TIMEHUB=time.MIT.EDU;	export TIMEHUB		#  Authoritative time source
RVDCLIENT=true;		export RVDCLIENT	#  RVD client?
AFSSRV=false;		export AFSSRV		#  AFS server?
AFSCLIENT=true;		export AFSCLIENT	#  AFS client?
AFSADJUST=true;		export AFSADJUST	#  Adjust AFS cache-size?
NFSSRV=false;		export NFSSRV		#* NFS server?
NFSCLIENT=true;		export NFSCLIENT	#* NFS client?
SENDMAIL=false;		export SENDMAIL		#  Sendmail daemon?
SNMP=true;		export SNMP		#  SNMP daemon?
LPD=false;		export LPD		#  Run line printer daemon?
OLC=false;		export OLC		#  OLC daemon?
KNETD=false;		export KNETD		#  Kerberos remote services?
KRBSRV=false;		export KRBSRV		#  Kerberos server
KADMSRV=false;		export KADMSRV		#  Kerberos Admin server
ZCLIENT=true;		export ZCLIENT		#  Zephyr client
ZSERVER=false;		export ZSERVER		#  Zephyr server
MRUPDATE=false;		export MRUPDATE		#  Moira update daemon
SSHD=false;		export SSHD		#  Secure shell daemon
NOCREATE=false;		export NOCREATE		#  Disallow the public to login?
NOATTACH=false;		export NOATTACH		#  Disallow attaching homedirs?
NOREMOTE=true;		export NOREMOTE		#  Deny access to remote users not in /etc/passwd
AUTOUPDATE=false;	export AUTOUPDATE	#  Automatically update?
SYNCCONFIG=false;	export SYNCCONFIG	#  Syncronize configurations?
ACCESSON=false;		export ACCESSON		#  Access on by default
SENDMAILCF=auto;	export SENDMAILCF	#  Send mail through this relay
