Skip to content

Commit 164c34f

Browse files
authored
Merge pull request #2 from ikedas/racke/pr/alias-wrapper-option-946
Adding gettext_comment
2 parents f21f076 + d375240 commit 164c34f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib/Sympa/Config/Schema.pm

+4-2
Original file line numberDiff line numberDiff line change
@@ -487,12 +487,14 @@ our %pinfo = (
487487
},
488488
aliases_wrapper => {
489489
context => [qw(domain site)],
490-
order => 4.07,
490+
order => 4.045,
491491
group => 'mta',
492492
format => ['off', 'on'],
493493
synonym => {'0' => 'off', '1' => 'on'},
494-
default => 'on', ,
494+
default => 'on',
495495
gettext_id => 'Whether to use the alias wrapper',
496+
gettext_comment =>
497+
'If the program to update alias database does not require root privileges, set this parameter to "off" and remove the wrapper file sympa_newaliases-wrapper.',
496498
},
497499
aliases_db_type => {
498500
context => [qw(domain site)],

0 commit comments

Comments
 (0)