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

Eitan Adler eadler at FreeBSD.org
Wed May 23 09:02:32 UTC 2018


Author: eadler
Date: Wed May 23 09:02:31 2018
New Revision: 334082
URL: https://svnweb.freebsd.org/changeset/base/334082

Log:
  Add missing file for WITH{OUT}_BSDINSTAL
  
  PR:		227805
  Submitted by:	Dmitry Wagin <dmitry.wagin at ya.ru>

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed May 23 08:35:55 2018	(r334081)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed May 23 09:02:31 2018	(r334082)
@@ -661,6 +661,7 @@ OLD_FILES+=usr/share/man/man1/cpio.1.gz
 OLD_FILES+=usr/libexec/bsdinstall/adduser
 OLD_FILES+=usr/libexec/bsdinstall/auto
 OLD_FILES+=usr/libexec/bsdinstall/autopart
+OLD_FILES+=usr/libexec/bsdinstall/bootconfig
 OLD_FILES+=usr/libexec/bsdinstall/checksum
 OLD_FILES+=usr/libexec/bsdinstall/config
 OLD_FILES+=usr/libexec/bsdinstall/distextract


More information about the svn-src-all mailing list