Annotation of loncom/atalk/config, revision 1.4

1.3       harris41    1: ###############################################################################
                      2: ###############################################################################
                      3: #
1.1       harris41    4: # Appletalk configuration
1.3       harris41    5: #
                      6: #
                      7: # This is an example configuration file for Appletalk; it is distributed
                      8: # with LON-CAPA.  A typical location for this configuration file is:
                      9: #    /etc/atalk/config
                     10: #
                     11: # This is meant to configure netatalk software:
                     12: #    http://sourceforge.net/projects/netatalk
                     13: #
                     14: # This is supposed to allow old Mac/Apple systems to access a LON-CAPA
                     15: # filesystem over the network via the AppleChooser tool.
                     16: #
                     17: ###############################################################################
                     18: ###############################################################################
                     19: 
1.1       harris41   20: # Change this to increase the maximum number of clients that can connect:
                     21: AFPD_MAX_CLIENTS=5
1.3       harris41   22: 
1.1       harris41   23: # Change this to set the machine's atalk name:
                     24: # ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
1.3       harris41   25: 
                     26: ATALK_NAME=`grep '^PerlSetVar.*lonHostID' /etc/httpd/conf/loncapa.conf | perl -e '$_=<>; split(/\s+/); print "LONCAPA_$_[2]";'`
                     27: 
1.1       harris41   28: # Set which daemons to run:
                     29: PAPD_RUN=no
                     30: AFPD_RUN=yes
1.3       harris41   31: 
1.1       harris41   32: # Control whether the daemons are started in the background
                     33: ATALK_BGROUND=no

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