File:  [LON-CAPA] / loncom / atalk / config
Revision 1.2: download - view: text, annotated - select for diffs
Thu Nov 2 20:48:13 2000 UTC (23 years, 6 months ago) by harris41
Branches: MAIN
CVS tags: version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, STABLE, HEAD
a script to enable nfs mounting service for a given user and ip address (numeric)

# Appletalk configuration
# Change this to increase the maximum number of clients that can connect:
AFPD_MAX_CLIENTS=5
# Change this to set the machine's atalk name:
# ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
ATALK_NAME=`grep '^PerlSetVar.*lonHostID' /etc/httpd/conf/access.conf | perl -e '$_=<>; split(/\s+/); print "LONCAPA_$_[2]";'`
# Set which daemons to run:
PAPD_RUN=no
AFPD_RUN=yes
# Control whether the daemons are started in the background
ATALK_BGROUND=no

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>