diff options
Diffstat (limited to 'net/netatalk/files/patch-config_netatalk.conf')
-rw-r--r-- | net/netatalk/files/patch-config_netatalk.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/netatalk/files/patch-config_netatalk.conf b/net/netatalk/files/patch-config_netatalk.conf index 25519924ce17..4c007b859cf4 100644 --- a/net/netatalk/files/patch-config_netatalk.conf +++ b/net/netatalk/files/patch-config_netatalk.conf @@ -1,5 +1,5 @@ ---- config/netatalk.conf.org Sun Apr 1 07:26:37 2007 -+++ config/netatalk.conf Sun Apr 1 07:31:49 2007 +--- config/netatalk.conf.orig 2009-04-30 05:30:13.000000000 -0400 ++++ config/netatalk.conf 2009-06-13 22:48:55.000000000 -0400 @@ -1,4 +1,5 @@ -# Appletalk configuration +# netatalk configuration @@ -7,7 +7,7 @@ # Change this to increase the maximum number of clients that can connect: AFPD_MAX_CLIENTS=50 -@@ -8,17 +9,8 @@ +@@ -8,17 +9,8 @@ AFPD_MAX_CLIENTS=50 # NOTE: If Netatalk should register AppleTalk services in the standard zone # then you need not to specify a zone name here. # @@ -24,16 +24,16 @@ -ATALK_UNIX_CHARSET='LOCALE' +ATALK_NAME=`/bin/hostname -s` - # specify this if you don't want guest, clrtxt, and dhx - # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, -@@ -27,18 +19,3 @@ + # specify this if you don't want dhx and dhx2 + # available options: uams_guest.so, uams_clrtxt.so, +@@ -28,18 +20,3 @@ ATALK_UNIX_CHARSET='LOCALE' # 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 +-PAPD_RUN=no -CNID_METAD_RUN=yes -AFPD_RUN=yes -TIMELORD_RUN=no |