Skip to content

Commit

Permalink
Merge pull request #2 from ikedas/racke/pr/alias-wrapper-option-946
Browse files Browse the repository at this point in the history
Adding gettext_comment
  • Loading branch information
racke authored Oct 16, 2020
2 parents f21f076 + d375240 commit 164c34f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/Sympa/Config/Schema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,14 @@ our %pinfo = (
},
aliases_wrapper => {
context => [qw(domain site)],
order => 4.07,
order => 4.045,
group => 'mta',
format => ['off', 'on'],
synonym => {'0' => 'off', '1' => 'on'},
default => 'on', ,
default => 'on',
gettext_id => 'Whether to use the alias wrapper',
gettext_comment =>
'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.',
},
aliases_db_type => {
context => [qw(domain site)],
Expand Down

0 comments on commit 164c34f

Please sign in to comment.