#!/bin/sh
#
#	This is the system-specific boot-time configuration file.  It
#	sets configuration variables for use by /etc/rc.
#
#	$Source: /source/athena/config/files/Ultrix/Ultrix-4.2/RCS/rc.conf,v $
#	$Header: /source/athena/config/files/Ultrix/Ultrix-4.2/RCS/rc.conf,v 1.3 1992/04/28 17:50:38 lwvanels Exp $
#	$Author: lwvanels $
#
#
# MACHINE should be one of VAX750, VS2, VS2000, or RTPC.
# SYSTEM should be one of BSD43, ULTRIX11, ULTRIX12, ULTRIX20, ULTRIX31 or
#	ACIS42A
#

# Set up configuration variables.

HOST=bloom-picayune;		export HOST	# Hostname
ADDR=18.70.0.209;		export ADDR	# Internet address
NETDEV=ln0;		export NETDEV	# Network device
MACHINE=DSMAXINE;	export MACHINE		# Type of machine
SYSTEM=ULTRIX42;	export SYSTEM		# Type of operating system
PUBLIC=false;		export PUBLIC		# Public workstation?
ERRHALT=true;		export ERRHALT		# Halt on fatal error?
TIMESRV=false;		export TIMESRV		# Time server?
TIMECLIENT=true;	export TIMECLIENT	# Timed client?
TIMEHUB=kerberos.MIT.EDU; 	export TIMEHUB	# Authoritative time source
RVDSRV=false;		export RVDSRV		# RVD server?
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=8;		export NFSSRV		# NFS server?
NFSCLIENT=true;		export NFSCLIENT	# NFS client?
MOUNTD=false;		export MOUNTD		# MOUNT daemon -on if NFSSRV is
RPC=true;		export RPC		# RPC daemons - on if NFSSRV is
SENDMAIL=true;		export SENDMAIL		# Run sendmail daemon?
NEWMAILCF=false;		export NEWMAILCF	# Update sendmail.cf?
SNMP=true;		export SNMP		# SNMP daemon?
SAVECORE=true;		export SAVECORE		# Save vmunix core files?
ACCOUNT=false;		export ACCOUNT		# User accounting?
QUOTAS=false;		export QUOTAS		# Use disk quotas?
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
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?
