Annotation of loncom/atalk/config, revision 1.3

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

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