aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa5/files/patch-src-sympa_wizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sympa5/files/patch-src-sympa_wizard.pl')
-rw-r--r--mail/sympa5/files/patch-src-sympa_wizard.pl35
1 files changed, 35 insertions, 0 deletions
diff --git a/mail/sympa5/files/patch-src-sympa_wizard.pl b/mail/sympa5/files/patch-src-sympa_wizard.pl
new file mode 100644
index 000000000000..e567b1239657
--- /dev/null
+++ b/mail/sympa5/files/patch-src-sympa_wizard.pl
@@ -0,0 +1,35 @@
+--- src/sympa_wizard.pl Wed Sep 14 17:25:58 2005
++++ src/sympa_wizard.pl Wed Sep 14 17:26:45 2005
+@@ -92,13 +92,13 @@
+ 'advice' =>''},
+
+ {'name' => 'arc_path',
+- 'default' => '--DIR--/arc',
++ 'default' => '--DIR--/sympa/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' => '--DIR--/sympa/bounce',
+ 'query' => 'Where to store bounces',
+ 'file' => 'wwsympa.conf',
+ 'advice' =>'Better if not in a critical partition'},
+@@ -308,14 +308,14 @@
+ 'advice' =>''},
+
+ {'name' => 'mhonarc',
+- 'default' => '/usr/bin/mhonarc',
++ 'default' => '/usr/local/bin/mhonarc',
+ 'query' => 'Path to MhOnarc mail2html pluggin',
+ 'file' => 'wwsympa.conf','edit' => '1',
+ 'advice' =>'This is required for HTML mail archiving'},
+
+ {'title' => 'S/MIME pluggin'},
+ {'name' => 'openssl',
+- 'sample' => '/usr/local/bin/openssl',
++ 'sample' => '/usr/bin/openssl',
+ 'query' => 'Path to OpenSSL',
+ 'file' => 'sympa.conf','edit' => '1',
+ 'advice' =>'Sympa knowns S/MIME if openssl is installed'},