git: a30235a4c360 - main - pkgbase: Create a FreeBSD-kerberos package

Emmanuel Vadot manu at bidouilliste.com
Mon Sep 27 11:51:49 UTC 2021


On Mon, 27 Sep 2021 13:03:31 +0200
Kristof Provost <kp at FreeBSD.org> wrote:

> On 7 Sep 2021, at 11:52, Emmanuel Vadot wrote:
> > The branch main has been updated by manu:
> >
> > URL: https://cgit.FreeBSD.org/src/commit/?id=a30235a4c360c06bb57be1f10ae6866a71fb5622
> >
> > commit a30235a4c360c06bb57be1f10ae6866a71fb5622
> > Author:     Emmanuel Vadot <manu at FreeBSD.org>
> > AuthorDate: 2021-09-02 04:09:15 +0000
> > Commit:     Emmanuel Vadot <manu at FreeBSD.org>
> > CommitDate: 2021-09-07 08:23:14 +0000
> >
> >     pkgbase: Create a FreeBSD-kerberos package
> >
> >     This allows users to install or not kerberos related utilities
> >     and libs.
> >
> >     Differential Revision:  https://reviews.freebsd.org/D31801
> > ---
> 
> Is it possible that this commit caused /etc/rc.d/gssd to no longer get installed?
> (I?m not sure this is the responsible commit. I?ve very carefully avoided learning anything about our build system.)
> 
> Kristof

 Really possible yes,
 Can you test :
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 2271c27b7f8..5981b3b03d1 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

-- 
Emmanuel Vadot <manu at bidouilliste.com> <manu at FreeBSD.org>


More information about the dev-commits-src-main mailing list