svn commit: r251563 - head/tools/build/mk

Glen Barber gjb at FreeBSD.org
Sun Jun 9 06:13:51 UTC 2013


Author: gjb
Date: Sun Jun  9 06:13:51 2013
New Revision: 251563
URL: http://svnweb.freebsd.org/changeset/base/251563

Log:
  Add freebsd-update.conf(5) to OptionalObsoleteFiles.inc
  
  PR:		179437
  Approved by:	kib (mentor)
  MFC after:	1 week

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jun  9 01:38:51 2013	(r251562)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jun  9 06:13:51 2013	(r251563)
@@ -1516,6 +1516,7 @@ OLD_FILES+=usr/share/man/man8/fdcontrol.
 OLD_FILES+=etc/freebsd-update.conf
 OLD_FILES+=usr/sbin/freebsd-update
 OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
+OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
 OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
 .endif
 


More information about the svn-src-all mailing list