Skip to content

Commit

Permalink
Fix gssd rc.d installation
Browse files Browse the repository at this point in the history
CONFGROUPS needs to be in CAPS

Fixes: a30235a ("pkgbase: Create a FreeBSD-kerberos package")
Reported by:	    kp

(cherry picked from commit 860ee17)
  • Loading branch information
evadot committed Jan 14, 2022
1 parent 7f08e54 commit 3c49f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/rc/rc.d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ CONFS+= ftpd
.endif

.if ${MK_GSSAPI} != "no"
CONFGROUPS+= gssd
CONFGROUPS+= GSSD
GSSD= gssd
GSSDPACKAGE= kerberos
.endif
Expand Down

0 comments on commit 3c49f0f

Please sign in to comment.