File:  [LON-CAPA] / loncom / atalk / config
Revision 1.1: download - view: text, annotated - select for diffs
Wed Nov 1 18:18:54 2000 UTC (23 years, 7 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
configuration template files to allow for network neighborhood and appleshare
access

    1: # Appletalk configuration
    2: # Change this to increase the maximum number of clients that can connect:
    3: AFPD_MAX_CLIENTS=5
    4: # Change this to set the machine's atalk name:
    5: # ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
    6: ATALK_NAME='LONCAPA_{{{{{[lonHostID]}}}}'
    7: # Set which daemons to run:
    8: PAPD_RUN=no
    9: AFPD_RUN=yes
   10: # Control whether the daemons are started in the background
   11: ATALK_BGROUND=no

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