]> git.pld-linux.org Git - packages/netatalk.git/commitdiff
baf60a4bf941253166db7b70ea53f628 netatalk.sysconfig
authormarcus <marcus@pld-linux.org>
Wed, 10 Oct 2001 17:21:34 +0000 (17:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netatalk.sysconfig -> 1.1

netatalk.sysconfig [new file with mode: 0644]

diff --git a/netatalk.sysconfig b/netatalk.sysconfig
new file mode 100644 (file)
index 0000000..ae48544
--- /dev/null
@@ -0,0 +1,23 @@
+# Appletalk configuration
+# Change this to increase the maximum number of clients that can connect:
+AFPD_MAX_CLIENTS=50
+
+# Change this to set the machine's atalk name and zone.
+# NOTE: if you're zone has spaces in it, you're better off specifying
+#       it in afpd.conf
+#ATALK_ZONE=@zone
+ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
+
+# specify this if you don't want guest, clrtxt, and dhx
+# available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
+#                   uams_randnum.so
+AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
+
+# Change this to set the id of the guest user
+AFPD_GUEST=nobody
+
+# Set which daemons to run (papd is dependent upon atalkd):
+ATALKD_RUN=yes
+PAPD_RUN=yes
+AFPD_RUN=yes
+TIMELORD_RUN=yes
This page took 0.055419 seconds and 4 git commands to generate.