delete acct-group/ossec and acct-user/ossec

This commit is contained in:
Alexander Miroshnichenko 2021-08-23 16:38:25 +03:00
parent 3aa432edc2
commit bb7d006adc
No known key found for this signature in database
GPG Key ID: E93720C6C73A77F4
2 changed files with 0 additions and 23 deletions

View File

@ -1,8 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-group
ACCT_GROUP_ID=-1

View File

@ -1,15 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
DESCRIPTION="User for ossec"
ACCT_USER_HOME_OWNER=ossec:ossec
ACCT_USER_HOME_PERMS=750
ACCT_USER_HOME=/var/ossec
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( ossec )
acct-user_add_deps