Package: sympa / 6.1.11~dfsg-5+deb7u2

2002_wizard_drop_localedir.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: drop localedir support in sympa_wizard.pl
Author: Stefan Hornburg (Racke) <racke@linuxia.de>
Last-Update: 2010-01-19
--- a/src/lib/confdef.pm
+++ b/src/lib/confdef.pm
@@ -113,12 +113,6 @@
         advice  => 'Better if not in a critical partition',
     },
     {
-        name    => 'localedir',
-        default => Sympa::Constants::LOCALEDIR,
-        query   => 'Directory containing available NLS catalogues (Message internationalization)',
-        file    => 'sympa.conf',
-    },
-    {
         name    => 'spool',
         default => Sympa::Constants::SPOOLDIR,
         query   => 'The main spool containing various specialized spools',