summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/sssd/sssd-2.2.0-r1.ebuild')
-rw-r--r--sys-auth/sssd/sssd-2.2.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/sssd/sssd-2.2.0-r1.ebuild b/sys-auth/sssd/sssd-2.2.0-r1.ebuild
index ce5b4afe5272..19224eba79ac 100644
--- a/sys-auth/sssd/sssd-2.2.0-r1.ebuild
+++ b/sys-auth/sssd/sssd-2.2.0-r1.ebuild
@@ -77,7 +77,7 @@ MULTILIB_WRAPPED_HEADERS=(
/usr/include/sss_certmap.h
)
-pkg_setup(){
+pkg_setup() {
linux-info_pkg_setup
}
@@ -223,7 +223,7 @@ multilib_src_test() {
default
}
-pkg_postinst(){
+pkg_postinst() {
elog "You must set up sssd.conf (default installed into /etc/sssd)"
elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
elog "features. Please see howto in https://docs.pagure.org/SSSD.sssd/design_pages/smartcard_authentication_require.html"