svn commit: r354346 - in head: release/picobsd share/man/man8

Kyle Evans kevans at FreeBSD.org
Tue Nov 5 02:30:42 UTC 2019


Author: kevans
Date: Tue Nov  5 02:30:41 2019
New Revision: 354346
URL: https://svnweb.freebsd.org/changeset/base/354346

Log:
  Remove picobsd build scripts and the remaining tinyware
  
  Postings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing and
  confirming a removal of these scripts on 2019/10/31, due to significant work
  needed to bring this into the modern world and nobody having done this work
  in the past couple of years. No objections or proposed work was raised in
  response to these postings. The tinyware may see a resurrection into a
  separate repo for archival purposes if any users of it show interest in
  doing so.
  
  MFC after:	never

Deleted:
  head/release/picobsd/
  head/share/man/man8/picobsd.8
Modified:
  head/share/man/man8/Makefile
  head/share/man/man8/nanobsd.8

Modified: head/share/man/man8/Makefile
==============================================================================
--- head/share/man/man8/Makefile	Tue Nov  5 00:12:21 2019	(r354345)
+++ head/share/man/man8/Makefile	Tue Nov  5 02:30:41 2019	(r354346)
@@ -9,7 +9,6 @@ MAN=	\
 	diskless.8 \
 	intro.8 \
 	nanobsd.8 \
-	picobsd.8 \
 	rc.8 \
 	rc.sendmail.8 \
 	rc.subr.8 \

Modified: head/share/man/man8/nanobsd.8
==============================================================================
--- head/share/man/man8/nanobsd.8	Tue Nov  5 00:12:21 2019	(r354345)
+++ head/share/man/man8/nanobsd.8	Tue Nov  5 02:30:41 2019	(r354346)
@@ -339,8 +339,7 @@ customize_cmd cust_etc_size
 .Sh SEE ALSO
 .Xr make.conf 5 ,
 .Xr boot 8 ,
-.Xr boot0cfg 8 ,
-.Xr picobsd 8
+.Xr boot0cfg 8
 .Sh HISTORY
 The
 .Nm


More information about the svn-src-all mailing list