The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=860ee1792a6b37cc531fcae94c2144c8d62e8fc2

commit 860ee1792a6b37cc531fcae94c2144c8d62e8fc2
Author:     Emmanuel Vadot <m...@freebsd.org>
AuthorDate: 2021-09-27 16:31:20 +0000
Commit:     Emmanuel Vadot <m...@freebsd.org>
CommitDate: 2021-09-27 16:31:20 +0000

    Fix gssd rc.d installation
    
    CONFGROUPS needs to be in CAPS
    
    Fixes: a30235a4c360 ("pkgbase: Create a FreeBSD-kerberos package")
    Reported by:        kp
---
 libexec/rc/rc.d/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 2271c27b7f89..5981b3b03d17 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -191,7 +191,7 @@ CONFS+=             ftpd
 .endif
 
 .if ${MK_GSSAPI} != "no"
-CONFGROUPS+=   gssd
+CONFGROUPS+=   GSSD
 GSSD=          gssd
 GSSDPACKAGE=   kerberos
 .endif
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to