Commit 7f0d3d39b65ab66a973ff0d9cafcb7496f221075
Committed by
Lucas Kanashiro
1 parent
54312b4b
Exists in
master
and in
39 other branches
Add colab user in mailman group
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
colab.spec
... | ... | @@ -89,6 +89,8 @@ if ! id colab; then |
89 | 89 | useradd --system --gid colab --home-dir /usr/lib/colab --no-create-home colab |
90 | 90 | fi |
91 | 91 | |
92 | +usermod --append --groups mailman colab | |
93 | + | |
92 | 94 | # only applies if there is a local PostgreSQL server |
93 | 95 | if [ -x /usr/bin/postgres ]; then |
94 | 96 | ... | ... |