From owner-dev-commits-src-main@freebsd.org Mon Sep 27 12:28:56 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C33896B4E21; Mon, 27 Sep 2021 12:28:56 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ24S5C76z3DRj; Mon, 27 Sep 2021 12:28:56 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 786C91E8A; Mon, 27 Sep 2021 12:28:56 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 32FC346969; Mon, 27 Sep 2021 14:28:54 +0200 (CEST) From: Kristof Provost To: Emmanuel Vadot Cc: Emmanuel Vadot , 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 Date: Mon, 27 Sep 2021 14:28:53 +0200 X-Mailer: MailMate (1.14r5818) Message-ID: In-Reply-To: <20210927135140.2dcc977740609d80065aa5a7@bidouilliste.com> References: <202109070952.1879q63H010763@gitrepo.freebsd.org> <20210927135140.2dcc977740609d80065aa5a7@bidouilliste.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:28:56 -0000 On 27 Sep 2021, at 13:51, Emmanuel Vadot wrote: > On Mon, 27 Sep 2021 13:03:31 +0200 > Kristof Provost 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=3Da30235a4c360c06bb57be1= f10ae6866a71fb5622 >>> >>> commit a30235a4c360c06bb57be1f10ae6866a71fb5622 >>> Author: Emmanuel Vadot >>> AuthorDate: 2021-09-02 04:09:15 +0000 >>> Commit: Emmanuel Vadot >>> 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 avoi= ded 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+=3D ftpd > .endif > > .if ${MK_GSSAPI} !=3D "no" > -CONFGROUPS+=3D gssd > +CONFGROUPS+=3D GSSD > GSSD=3D gssd > GSSDPACKAGE=3D kerberos > .endif > It looks like that does the trick. Thanks! Kristof