From nobody Fri Jun 2 16:08:51 2023 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QXnxR1TYkz4YvxG; Fri, 2 Jun 2023 16:08:59 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from glebi.us (glebi.us [162.251.186.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4QXnxQ5Xhcz3F95; Fri, 2 Jun 2023 16:08:58 +0000 (UTC) (envelope-from glebius@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: by glebi.us (Postfix, from userid 1000) id 31344311BC; Fri, 2 Jun 2023 09:08:51 -0700 (PDT) Date: Fri, 2 Jun 2023 09:08:51 -0700 From: Gleb Smirnoff To: Eric van Gyzen Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: fe590ffe40f4 - main - Import vixie cron 4.0 Message-ID: References: <202306011914.351JEPUd080685@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202306011914.351JEPUd080685@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4QXnxQ5Xhcz3F95 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Thu, Jun 01, 2023 at 07:14:25PM +0000, Eric van Gyzen wrote: E> Import vixie cron 4.0 E> E> Specifically, import the diff from commit e745bd4c10ab to E> commit 83563783cc2 in https://github.com/vixie/cron.git Given that now source of truth is in git, it could be a good idea to seed usr.bin/cron as a git subtree, as we do with other contributed software. -- Gleb Smirnoff