From 20eaeb0a7f6d65dee8403d24e7ccf8d39ba8b25e Mon Sep 17 00:00:00 2001 From: HAT Date: Fri, 29 Jul 2011 00:34:54 +0900 Subject: [PATCH] What is maccharset? "maccharset:UTF8-MAC" is wrong. --- config/AppleVolumes.default.tmpl | 2 +- config/afpd.conf.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/AppleVolumes.default.tmpl b/config/AppleVolumes.default.tmpl index 945672cc..eeb20a85 100644 --- a/config/AppleVolumes.default.tmpl +++ b/config/AppleVolumes.default.tmpl @@ -84,7 +84,7 @@ # as the volume codepage # e.g. "UTF8", "UTF8-MAC", "ISO-8859-15" # maccharset -> specifies the charset to be used -# as the mac client codepage +# as the legacy client (<=Mac OS 9) codepage # e.g. "MAC_ROMAN", "MAC_CYRILLIC" # # perm -> default permission value diff --git a/config/afpd.conf.tmpl b/config/afpd.conf.tmpl index 04ba0ca6..7862d733 100644 --- a/config/afpd.conf.tmpl +++ b/config/afpd.conf.tmpl @@ -249,8 +249,8 @@ # Defaults to LOCALE if your system supports it, # otherwise ASCII will be used. # -# -maccodepage Specifies the mac clients codepage, -# e.g. "MAC_ROMAN". +# -maccodepage Specifies the legacy clients (<= Mac OS 9) +# codepage, e.g. "MAC_ROMAN". # This is used to convert strings to the # systems locale, e.g. for authenthication # and SIGUSR2 messaging. This will also be -- 2.39.2