#!/bin/sh
#
# This is the system-specific boot-time configuration file.  It
# sets configuration variables for use by /etc/rc.
#
# $Id: rc.conf,v 1.2 94/07/18 17:55:18 probe Exp $
#
# Set up configuration variables.
#
PUBLIC=false;		export PUBLIC		# Public workstation?
TIMECLIENT=true;	export TIMECLIENT	# Timed client?
TIMEHUB=kerberos.MIT.EDU;	export TIMEHUB	# Authoritative time source
RVDCLIENT=true;		export RVDCLIENT	#RVD client ?
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?
RPC=false;		export RPC		# RPC daemons - on if NFSSRV is
SENDMAIL=false;		export SENDMAIL		# Run sendmail daemon?
NEWMAILCF=true;		export NEWMAILCF	# Update sendmail.cf?
SNMP=true;		export SNMP		# SNMP daemon?
LPD=false;		export LPD		# Run line printer daemon?
KNETD=false;		export KNETD		# Kerberos remote services?
ZCLIENT=true;		export ZCLIENT		# Zephyr client
MRUPDATE=false;		export MRUPDATE		# Moira update daemon
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 not in /etc/passwd
