summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-03-08 13:10:48 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-03-08 13:11:03 -0500
commitebad7468a1c342d31257a6ae0cab2a08137611d6 (patch)
tree780edf7f978374d4d0c4e1dc1ebdd32d63f17e43
parentdev-ruby/facter: 3.14.9 bump (diff)
downloadgentoo-ebad7468.tar.gz
gentoo-ebad7468.tar.bz2
gentoo-ebad7468.zip
acct-user/icinga: fix uid of icinga user
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--acct-user/icinga/icinga-0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/icinga/icinga-0.ebuild b/acct-user/icinga/icinga-0.ebuild
index 44e51edfcf63..015dc5c32ff5 100644
--- a/acct-user/icinga/icinga-0.ebuild
+++ b/acct-user/icinga/icinga-0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit acct-user
DESCRIPTION="Icinga User"
-ACCT_USER_ID=456
+ACCT_USER_ID=457
ACCT_USER_HOME=/var/lib/icinga2
ACCT_USER_GROUPS=( icinga icingacmd nagios )