X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config%2Fnetatalk.conf;h=681b32094e6ffd67dd8e6aeddb50a9ab0ded805d;hb=9a1c3d0eacace715ff361d2bd1fb92ce460f5478;hp=745c2e213c4e55e727b052db47db948ea2eb40cc;hpb=4538b0bc1c353092a39b00488b2ac430be96bc3a;p=netatalk.git diff --git a/config/netatalk.conf b/config/netatalk.conf index 745c2e21..681b3209 100644 --- a/config/netatalk.conf +++ b/config/netatalk.conf @@ -8,6 +8,10 @@ AFPD_MAX_CLIENTS=20 #ATALK_ZONE=@zone ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1` +# specify the Mac and unix charsets to be used +ATALK_MAC_CHARSET='MAC_ROMAN' +ATALK_UNIX_CHARSET='LOCALE' + # 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 @@ -26,3 +30,7 @@ A2BOOT_RUN=no # Control whether the daemons are started in the background ATALK_BGROUND=no + +# export the charsets, read form ENV by apps +export ATALK_MAC_CHARSET +export ATALK_UNIX_CHARSET