svn commit: r251841 - stable/9/tools/build/mk
Glen Barber
gjb at FreeBSD.org
Mon Jun 17 10:14:09 UTC 2013
Author: gjb
Date: Mon Jun 17 10:14:08 2013
New Revision: 251841
URL: http://svnweb.freebsd.org/changeset/base/251841
Log:
MFC r251563:
Add freebsd-update.conf(5) to OptionalObsoleteFiles.inc
PR: 179437
Approved by: kib (mentor)
Modified:
stable/9/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
stable/9/tools/build/ (props changed)
Modified: stable/9/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/9/tools/build/mk/OptionalObsoleteFiles.inc Mon Jun 17 10:03:31 2013 (r251840)
+++ stable/9/tools/build/mk/OptionalObsoleteFiles.inc Mon Jun 17 10:14:08 2013 (r251841)
@@ -1412,6 +1412,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-stable-9
mailing list