Diff for /loncom/atalk/config between versions 1.1 and 1.2

version 1.1, 2000/11/01 18:18:54 version 1.2, 2000/11/02 20:48:13
Line 3 Line 3
 AFPD_MAX_CLIENTS=5  AFPD_MAX_CLIENTS=5
 # Change this to set the machine's atalk name:  # Change this to set the machine's atalk name:
 # ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`  # ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
 ATALK_NAME='LONCAPA_{{{{{[lonHostID]}}}}'  ATALK_NAME=`grep '^PerlSetVar.*lonHostID' /etc/httpd/conf/access.conf | perl -e '$_=<>; split(/\s+/); print "LONCAPA_$_[2]";'`
 # Set which daemons to run:  # Set which daemons to run:
 PAPD_RUN=no  PAPD_RUN=no
 AFPD_RUN=yes  AFPD_RUN=yes

Removed from v.1.1  
changed lines
  Added in v.1.2


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