--- ./sympa-5.1/src/sympa_wizard.pl 2005-08-10 21:30:20.000000000 +0900 +++ ./sympa-orig/src/sympa_wizard.pl 2005-10-02 20:33:45.000000000 +0900 @@ -92,13 +92,13 @@ 'advice' =>''}, {'name' => 'arc_path', - 'default' => '--DIR--/arc', + 'default' => '--SPOOLDIR--/arc', 'query' => 'Where to store HTML archives', 'file' => 'wwsympa.conf','edit' => '1', 'advice' =>'Better if not in a critical partition'}, {'name' => 'bounce_path', - 'default' => '--DIR--/bounce', + 'default' => '--SPOOLDIR--/bounce', 'query' => 'Where to store bounces', 'file' => 'wwsympa.conf', 'advice' =>'Better if not in a critical partition'}, @@ -108,6 +108,11 @@ 'query' => 'Directory containing available NLS catalogues (Message internationalization)', 'file' => 'sympa.conf', 'advice' =>''}, + {'name' => 'web_recode_to', + 'default' => 'utf-8', + 'query' => 'patched by Gentoo, charset in HTML', + 'file' => 'sympa.conf', + 'advice' => ''}, {'name' => 'spool', 'default' => '--SPOOLDIR--', @@ -122,7 +127,7 @@ 'advice' =>''}, {'name' => 'queuebounce', - 'default' => '--SPOOLDIR--/bounce', + 'default' => '--SPOOLDIR--/qbounce', 'query' => 'Bounce incoming spool', 'file' => 'sympa.conf', 'advice' =>''}, @@ -416,7 +421,7 @@ 'advice' =>''}, {'name' => 'icons_url', - 'default' => '/icons/sympa', + 'default' => '/sympa/icons', 'query' => 'Icons directory (web) location for Sympa', 'file' => 'wwsympa.conf'},