Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 18:49:30 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314051 - head
Message-ID:  <201702211849.v1LInU8L020838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Feb 21 18:49:30 2017
New Revision: 314051
URL: https://svnweb.freebsd.org/changeset/base/314051

Log:
  Document why cat is a bootstrap tool.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Feb 21 18:04:21 2017	(r314050)
+++ head/Makefile.inc1	Tue Feb 21 18:49:30 2017	(r314051)
@@ -1625,6 +1625,7 @@ _nmtree=	lib/libnetbsd \
 ${_bt}-usr.sbin/nmtree: ${_bt}-lib/libnetbsd
 .endif
 
+# r246097: log addition login.conf.db, passwd, pwd.db, and spwd.db with cat -l
 .if ${BOOTSTRAPPING} < 1000027
 _cat=		bin/cat
 .endif



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