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

version 1.2, 2000/11/02 20:48:13 version 1.3, 2002/07/27 23:25:10
Line 1 Line 1
   ###############################################################################
   ###############################################################################
   #
 # Appletalk configuration  # Appletalk configuration
   #
   # Scott Harrison
   #
   # This is an example configuration file for Appletalk; it is distributed
   # with LON-CAPA.  A typical location for this configuration file is:
   #    /etc/atalk/config
   #
   # This is meant to configure netatalk software:
   #    http://sourceforge.net/projects/netatalk
   #
   # This is supposed to allow old Mac/Apple systems to access a LON-CAPA
   # filesystem over the network via the AppleChooser tool.
   #
   ###############################################################################
   ###############################################################################
   
 # Change this to increase the maximum number of clients that can connect:  # Change this to increase the maximum number of clients that can connect:
 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=`grep '^PerlSetVar.*lonHostID' /etc/httpd/conf/access.conf | perl -e '$_=<>; split(/\s+/); print "LONCAPA_$_[2]";'`  
   ATALK_NAME=`grep '^PerlSetVar.*lonHostID' /etc/httpd/conf/loncapa.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
   
 # Control whether the daemons are started in the background  # Control whether the daemons are started in the background
 ATALK_BGROUND=no  ATALK_BGROUND=no

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


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