aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-09-27 16:31:20 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-09-27 16:31:20 +0000
commit860ee1792a6b37cc531fcae94c2144c8d62e8fc2 (patch)
tree2448fedce21f6cbd8cdfa8ca0ab1ea712b79860e
parent450c3f8b3d259c7eb82488319aff45f1f6554aaf (diff)
Fix gssd rc.d installation
CONFGROUPS needs to be in CAPS Fixes: a30235a4c360 ("pkgbase: Create a FreeBSD-kerberos package") Reported by: kp
-rw-r--r--libexec/rc/rc.d/Makefile2
1 files changed, 1 insertions, 1 deletions
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