From 7f0d3d39b65ab66a973ff0d9cafcb7496f221075 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Fri, 23 Jan 2015 15:53:22 -0200 Subject: [PATCH] Add colab user in mailman group --- colab.spec | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/colab.spec b/colab.spec index f4752ce..3a4c531 100644 --- a/colab.spec +++ b/colab.spec @@ -89,6 +89,8 @@ if ! id colab; then useradd --system --gid colab --home-dir /usr/lib/colab --no-create-home colab fi +usermod --append --groups mailman colab + # only applies if there is a local PostgreSQL server if [ -x /usr/bin/postgres ]; then -- libgit2 0.21.2