From owner-svn-src-all@freebsd.org Sun Mar 10 16:57:37 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09F491539817; Sun, 10 Mar 2019 16:57:37 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2DEA84B44; Sun, 10 Mar 2019 16:57:36 +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 "smtp.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 71A24C43A; Sun, 10 Mar 2019 16:57:36 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [10.0.2.193] (ptr-8rh08k0c8y7tidee3xm.18120a2.ip6.access.telenet.be [IPv6:2a02:1811:240e:402:9596:89f9:e3f6:8d6a]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 143C91B760; Sun, 10 Mar 2019 17:57:35 +0100 (CET) From: "Kristof Provost" To: "Ian Lepore" Cc: "Harry Schmalzbauer" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: Re: svn commit: r344974 - stable/12/sys/netpfil/pf Date: Sun, 10 Mar 2019 17:57:34 +0100 X-Mailer: MailMate (2.0BETAr6135) Message-ID: <93666CE2-959E-425D-80F9-71858D6B6B85@FreeBSD.org> In-Reply-To: References: <201903100056.x2A0ucCT013392@repo.freebsd.org> <7bdf4d3c-61b3-4319-d5b7-5234991fad78@omnilan.de> <8C805FB7-AE8B-4FF9-82E6-EA406C3B07BE@FreeBSD.org> MIME-Version: 1.0 X-Rspamd-Queue-Id: A2DEA84B44 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.927,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] Content-Type: text/plain; markup=markdown X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2019 16:57:37 -0000 On 10 Mar 2019, at 17:54, Ian Lepore wrote: > On Sun, 2019-03-10 at 10:34 +0100, Kristof Provost wrote: >> Yes. I should see about scripting these MFCs someday, to avoid silly >> mistakes like this. >> > > Or looking into using gonzo's mfc helper website at > > https://mfc.kernelnomicon.org/6/ > > It will let you select one or more of your (or somebody else's) prior > commits and it'll generate the commands to do the mfc, and the text you > can paste into the commit message. > Oooh! I did not know it could do that. Shiny! Kristof