svn commit: r344974 - stable/12/sys/netpfil/pf

Ian Lepore ian at freebsd.org
Sun Mar 10 16:54:51 UTC 2019


On Sun, 2019-03-10 at 10:34 +0100, Kristof Provost wrote:
> On 10 Mar 2019, at 10:16, Harry Schmalzbauer wrote:
> > Am 10.03.2019 um 01:56 schrieb Kristof Provost:
> > > Author: kp
> > > Date: Sun Mar 10 00:56:38 2019
> > > New Revision: 344974
> > > URL: https://svnweb.freebsd.org/changeset/base/344974
> > > 
> > > Log:
> > >    pf: Small performance tweak
> > 
> > Seems to be the MFC of 344493.
> > 
> 
> Indeed, apologies for missing out the MFC tag here. That’ll teach me 
> to sleep before I commit, rather than after.
> 
> > Out of curiosity, do you have to manually write these log messages 
> > each time? 
> > 
> 
> 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.

-- Ian



More information about the svn-src-stable-12 mailing list