svn commit: r368515 - stable/12/usr.sbin/periodic/etc/daily

Gordon Bergling gbe at FreeBSD.org
Thu Dec 10 13:32:52 UTC 2020


Author: gbe (doc committer)
Date: Thu Dec 10 13:32:51 2020
New Revision: 368515
URL: https://svnweb.freebsd.org/changeset/base/368515

Log:
  MFC r363169 by allanjude: Actually install the new 221.backup-gpart periodic script
  
  PR:		86388
  Submitted by:	Rob Fairbanks <rob dot fx907 at gmail dot com>
  Reported by:	Michael Butler <imb at protected-networks dot net>
  Sponsored by:	Klara Inc.

Modified:
  stable/12/usr.sbin/periodic/etc/daily/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/periodic/etc/daily/Makefile
==============================================================================
--- stable/12/usr.sbin/periodic/etc/daily/Makefile	Thu Dec 10 13:25:45 2020	(r368514)
+++ stable/12/usr.sbin/periodic/etc/daily/Makefile	Thu Dec 10 13:32:51 2020	(r368515)
@@ -11,6 +11,7 @@ CONFS=	100.clean-disks \
 	200.backup-passwd \
 	210.backup-aliases \
 	222.backup-gmirror \
+	221.backup-gpart \
 	330.news \
 	400.status-disks \
 	401.status-graid \


More information about the svn-src-stable mailing list