]> git.pld-linux.org Git - packages/netatalk.git/blame - netatalk.sysconfig
Release 2 (by relup.sh)
[packages/netatalk.git] / netatalk.sysconfig
CommitLineData
87968c6f 1# Appletalk configuration
2# Change this to increase the maximum number of clients that can connect:
3AFPD_MAX_CLIENTS=50
4
5# Change this to set the machine's atalk name and zone.
6# NOTE: if you're zone has spaces in it, you're better off specifying
7# it in afpd.conf
8#ATALK_ZONE=@zone
9ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
10
11# specify this if you don't want guest, clrtxt, and dhx
12# available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so,
13# uams_randnum.so
14AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
15
16# Change this to set the id of the guest user
17AFPD_GUEST=nobody
18
19# Set which daemons to run (papd is dependent upon atalkd):
20ATALKD_RUN=yes
21PAPD_RUN=yes
22AFPD_RUN=yes
23TIMELORD_RUN=yes
This page took 0.109748 seconds and 4 git commands to generate.