On 27 Sep 2021, at 13:51, Emmanuel Vadot wrote: > On Mon, 27 Sep 2021 13:03:31 +0200 > Kristof Provost <k...@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 <m...@freebsd.org> >>> AuthorDate: 2021-09-02 04:09:15 +0000 >>> Commit: Emmanuel Vadot <m...@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 > It looks like that does the trick.
Thanks! Kristof _______________________________________________ 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"