Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 13:51:40 +0200
From:      Emmanuel Vadot <manu@bidouilliste.com>
To:        Kristof Provost <kp@FreeBSD.org>
Cc:        Emmanuel Vadot <manu@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: a30235a4c360 - main - pkgbase: Create a FreeBSD-kerberos package
Message-ID:  <20210927135140.2dcc977740609d80065aa5a7@bidouilliste.com>
In-Reply-To: <C28DF89D-8FB4-49A5-B861-94B34436FBD1@FreeBSD.org>
References:  <202109070952.1879q63H010763@gitrepo.freebsd.org> <C28DF89D-8FB4-49A5-B861-94B34436FBD1@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 27 Sep 2021 13:03:31 +0200
Kristof Provost <kp@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=3Da30235a4c360c06bb57be1f1=
0ae6866a71fb5622
> >
> > commit a30235a4c360c06bb57be1f10ae6866a71fb5622
> > Author:     Emmanuel Vadot <manu@FreeBSD.org>
> > AuthorDate: 2021-09-02 04:09:15 +0000
> > Commit:     Emmanuel Vadot <manu@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
> > ---
>=20
> Is it possible that this commit caused /etc/rc.d/gssd to no longer get in=
stalled?
> (I?m not sure this is the responsible commit. I?ve very carefully avoided=
 learning anything about our build system.)
>=20
> 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+=3D             ftpd
 .endif
=20
 .if ${MK_GSSAPI} !=3D "no"
-CONFGROUPS+=3D   gssd
+CONFGROUPS+=3D   GSSD
 GSSD=3D          gssd
 GSSDPACKAGE=3D   kerberos
 .endif

--=20
Emmanuel Vadot <manu@bidouilliste.com> <manu@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210927135140.2dcc977740609d80065aa5a7>