From 3c49f0f9afd5fbc3abb896bec44f7e936c228bb9 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Mon, 27 Sep 2021 18:31:20 +0200 Subject: [PATCH] Fix gssd rc.d installation CONFGROUPS needs to be in CAPS Fixes: a30235a4c360 ("pkgbase: Create a FreeBSD-kerberos package") Reported by: kp (cherry picked from commit 860ee1792a6b37cc531fcae94c2144c8d62e8fc2) --- 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 f95ef1ec58b..c724119cdf4 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -193,7 +193,7 @@ CONFS+= ftpd .endif .if ${MK_GSSAPI} != "no" -CONFGROUPS+= gssd +CONFGROUPS+= GSSD GSSD= gssd GSSDPACKAGE= kerberos .endif