[sys-auth/sssd] bump to 2.2.2

This commit is contained in:
2019-10-03 23:01:31 +02:00
parent eba995099b
commit 18865687b2
5 changed files with 271 additions and 0 deletions

21
sys-auth/sssd/files/sssd Normal file
View File

@@ -0,0 +1,21 @@
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/sbin/sssd"
command_args="${SSSD_OPTIONS} -D"
start_stop_daemon_args="--quiet"
description="System Security Services Daemon"
depend(){
need localmount clock
use syslog xdm
}
if [ "${RC_VERSION:-0}" = "0" ]; then
start() {
eerror "This script cannot be used for baselayout-1."
return 1
}
fi