From owner-svn-src-all@freebsd.org Thu Dec 10 13:37:14 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4115B4AAA0D; Thu, 10 Dec 2020 13:37:14 +0000 (UTC) (envelope-from gbe@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CsFMZ1Np3z4RmZ; Thu, 10 Dec 2020 13:37:14 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p5486153a.dip0.t-ipconnect.de [84.134.21.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id BE85C58FA; Thu, 10 Dec 2020 13:37:13 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Thu, 10 Dec 2020 14:37:12 +0100 From: Gordon Bergling To: Helge Oldach Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: Re: svn commit: r368507 - in stable/12: share/man/man5 usr.sbin/periodic usr.sbin/periodic/etc/daily Message-ID: References: <202012100955.0BA9t5gY001807@repo.freebsd.org> <202012101208.0BAC8fcS090558@nuc.oldach.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202012101208.0BAC8fcS090558@nuc.oldach.net> X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 2:33PM up 1 day, 7:12, 4 users, load averages: 0.27, 0.25, 0.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 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: Thu, 10 Dec 2020 13:37:14 -0000 On Thu, Dec 10, 2020 at 01:08:41PM +0100, Helge Oldach wrote: > Hi, > > Gordon Bergling wrote on Thu, 10 Dec 2020 10:55:05 +0100 (CET): > > Author: gbe (doc committer) > > Date: Thu Dec 10 09:55:04 2020 > > New Revision: 368507 > > URL: https://svnweb.freebsd.org/changeset/base/368507 > > > > Log: > > MFC r363110 (by allanjude): > > > > Add a periodic script to backup the partition table and boot code > > > > Optionally, alert you if the contents change from the previous backup > > > > PR: 86388 > > Submitted by: Rob Fairbanks , Miroslav Lachman <000.fbsd@quip.cz> (Original Version) > > Relnotes: yes > > Sponsored by: Klara Inc. > > Event: July 2020 Bugathon > > Differential Revision: https://reviews.freebsd.org/D25628 > > > > Added: > > stable/12/usr.sbin/periodic/etc/daily/221.backup-gpart > > - copied unchanged from r363110, head/usr.sbin/periodic/etc/daily/221.backup-gpart > > Modified: > > stable/12/share/man/man5/periodic.conf.5 > > stable/12/usr.sbin/periodic/periodic.conf > > Directory Properties: > > stable/12/ (props changed) > > > > Please MFC r363169 as well, else 221.backup-gpart won't be installed. > > Kind regards > Helge There were a few missing commits for PR 86388 including r363169. I have merge them all to -STABLE. Thanks for spotting this! --Gordon