Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 15:53:56 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338429 - head/usr.sbin/periodic
Message-ID:  <201809021553.w82FruQo069958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Sun Sep  2 15:53:56 2018
New Revision: 338429
URL: https://svnweb.freebsd.org/changeset/base/338429

Log:
  Move defaults/periodic.conf back to a config file.
  
  Ths prevents etcupdate and mergemaster from deleting it for now.
  
  Approved by:	re (rgrimes), will (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16975

Modified:
  head/usr.sbin/periodic/Makefile

Modified: head/usr.sbin/periodic/Makefile
==============================================================================
--- head/usr.sbin/periodic/Makefile	Sun Sep  2 15:42:37 2018	(r338428)
+++ head/usr.sbin/periodic/Makefile	Sun Sep  2 15:53:56 2018	(r338429)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
-FILES=	periodic.conf
-FILESDIR=	/etc/defaults
+CONFS=	periodic.conf
+CONFSDIR=	/etc/defaults
 SCRIPTS=periodic.sh
 MAN=	periodic.8
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809021553.w82FruQo069958>