version 1.7, 2000/11/21 15:22:29
|
version 1.8, 2000/11/21 15:43:53
|
Line 211 print OUT <<END;
|
Line 211 print OUT <<END;
|
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/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 |