From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 06 Jan 2023 12:24:55 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pDkqG-003PPy-Bq for lore@lore.pengutronix.de; Fri, 06 Jan 2023 12:24:55 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pDkqE-00066B-U4; Fri, 06 Jan 2023 12:24:54 +0100 Received: from h1.cmg2.smtp.forpsi.com ([81.2.195.188]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pDkq5-000662-1J for ptxdist@pengutronix.de; Fri, 06 Jan 2023 12:24:45 +0100 Received: from lenoch ([91.218.190.200]) by cmgsmtp with ESMTPSA id Dkq3p6xepv5uIDkq4p4w17; Fri, 06 Jan 2023 12:24:44 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triops.cz; s=f2019; t=1673004284; bh=mpCiwiBJPYb3Ts/08pF2Uv35wLOc2q4OP9DFvPePQuc=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=AILbFi+PgNydqwVEEmcYgzPN8uQYGva9p7QUoBKpNsdSrAldtbXPz5COS27tOpv6n V1rKtnsgvDSsyGZ064O+G70o0//R6u2lkm2ejgkSsY+m3ibUB4wcakFC4ybjaXpD2W NtKN9DxRkicmn2fx81fsy85a9Je/aLsYoKVxG9JPpdUrtIJY8JCfmHT072BrOX2fJJ 1a9jeTR7qnsq1uEmxMLgMRazML0KBvLiaWsjesMmNozqU0FV9ofFSXdKFozht2IURv uqnO8NSEK+TtzU5Z9W6jjCk31vBnklZkqJCYtmwXlHB/o0u+UW18uFZuNCoZ6BysQa 868zyExOb43lQ== Date: Fri, 6 Jan 2023 12:24:43 +0100 From: Ladislav Michl To: ptxdist@pengutronix.de Message-ID: References: <20230104091433.2419958-1-christian.melki@t2data.com> <20230106111956.GC21075@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230106111956.GC21075@pengutronix.de> X-CMAE-Envelope: MS4wfPQ5CdkvRLIOgYfEzE+xKmMRGD6GBP55U+Fj046D6at5raA4S5GFESiOA8j3KewyzoVjpvBf84gMA+8V0muBsinwGYTbOrLeFScuFPW/4yO8PjEV4FSd gAVsc0J9QEd378tKrMkOuWuPWt/0PYovqb8eNsXoKltSHhMdMCOuHv/8 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_NONE, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH v2] busybox: Version bump. 1.35.0 -> 1.36.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, Jan 06, 2023 at 12:19:56PM +0100, Michael Olbrich wrote: > On Fri, Jan 06, 2023 at 12:17:16PM +0100, Ladislav Michl wrote: > > one more thing, commit f51d04cbcf2c ("treewide: Consistently use ':' > > instead to separate user and group for chown") says: > > > > | Since coreutils 9.1 chown warns when a '.' is used as separator. Fix this > > | consistently also for documentation and scripts that are expected to use > > | busybox's chown which (up to now) has no problem with '.'. [snip] > Hi, this is fine. This is an imported file and the commit mentioned above > should not have touched this. It's just a comment anyways so it doesn't > really matter. Or send it also to busybox, so that change will be in next import anyway :) ladis