From 4e3d4860f63ff117989ebe95508e26d05106f405 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 31 Dec 2019 16:51:35 +0100 Subject: [PATCH] new group and user for routinator --- net-misc/routinator/routinator-0.6.4.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-misc/routinator/routinator-0.6.4.ebuild b/net-misc/routinator/routinator-0.6.4.ebuild index d85cd67..e6841cc 100644 --- a/net-misc/routinator/routinator-0.6.4.ebuild +++ b/net-misc/routinator/routinator-0.6.4.ebuild @@ -217,3 +217,8 @@ IUSE="" DEPEND="" RDEPEND="" + +pkg_setup() { + enewgroup routinator + enewuser routinator +}