summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/sssd/sssd-1.16.3-r3.ebuild')
-rw-r--r--sys-auth/sssd/sssd-1.16.3-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/sssd/sssd-1.16.3-r3.ebuild b/sys-auth/sssd/sssd-1.16.3-r3.ebuild
index f3cc966874c7..bcfee45e6ab2 100644
--- a/sys-auth/sssd/sssd-1.16.3-r3.ebuild
+++ b/sys-auth/sssd/sssd-1.16.3-r3.ebuild
@@ -77,7 +77,7 @@ MULTILIB_WRAPPED_HEADERS=(
/usr/include/sss_certmap.h
)
-pkg_setup(){
+pkg_setup() {
linux-info_pkg_setup
}
@@ -226,7 +226,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/index.html#implemented-in-1-16-x"