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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to