From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C713F139360 for ; Thu, 12 Aug 2021 17:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E69A4E0821; Thu, 12 Aug 2021 17:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DFF3E0814 for ; Thu, 12 Aug 2021 17:39:19 +0000 (UTC) Message-ID: Subject: Re: [gentoo-dev] [PATCH 2/3] qmail.eclass: remove magic to query root group From: Michael Orlitzky To: gentoo-dev@lists.gentoo.org Date: Thu, 12 Aug 2021 13:39:08 -0400 In-Reply-To: <4670018.31r3eYUQgx@eto.sf-tec.de> References: <11806398.O9o76ZdvQC@eto.sf-tec.de> <4670715.31r3eYUQgx@eto.sf-tec.de> <4670018.31r3eYUQgx@eto.sf-tec.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1384bbcd-7bec-4fe9-91bd-ff7819afa66b X-Archives-Hash: 3cae229639a3d1aeae99a11d11fbd427 On Thu, 2021-08-12 at 17:22 +0200, Rolf Eike Beer wrote: > The default owner is root:root anyway. > This is only true of you don't call insopts earlier with some other value. I see "insopts -o root -g qmail -m 700" in there so you might want to double check.