From: bfernhomberg Date: Mon, 21 Jun 2004 15:18:30 +0000 (+0000) Subject: add to new env vars: X-Git-Tag: netatalk-2-0-beta2~10 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=9a1c3d0eacace715ff361d2bd1fb92ce460f5478 add to new env vars: ATALK_MAC_CHARSET and ATALK_UNIX_CHARSET. Used by papd and shell utils to determine charsets. --- 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