svn commit: r345529 - in stable/11: . share/man/man4

Konstantin Belousov kib at FreeBSD.org
Tue Mar 26 11:01:31 UTC 2019


Author: kib
Date: Tue Mar 26 11:01:29 2019
New Revision: 345529
URL: https://svnweb.freebsd.org/changeset/base/345529

Log:
  MFC r345442:
  Add UPDATING note for geom_uzip(4)/xz, and bump geom_uzip(4) man page date.

Modified:
  stable/11/UPDATING
  stable/11/share/man/man4/geom_uzip.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/UPDATING
==============================================================================
--- stable/11/UPDATING	Tue Mar 26 10:58:29 2019	(r345528)
+++ stable/11/UPDATING	Tue Mar 26 11:01:29 2019	(r345529)
@@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
+20190226:
+	geom_uzip(4) depends on the new module xz.  If geom_uzip is statically
+	compiled into your custom kernel, add 'device xz' statement to the
+	kernel config.
+
 20190220:
 	Co-existance for Forth and Lua interpreters in bootloaders has now been
 	merged to ease testing of lualoader.  LOADER_DEFAULT_INTERP, documented

Modified: stable/11/share/man/man4/geom_uzip.4
==============================================================================
--- stable/11/share/man/man4/geom_uzip.4	Tue Mar 26 10:58:29 2019	(r345528)
+++ stable/11/share/man/man4/geom_uzip.4	Tue Mar 26 11:01:29 2019	(r345529)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 9, 2006
+.Dd February 26, 2019
 .Dt GEOM_UZIP 4
 .Os
 .Sh NAME


More information about the svn-src-all mailing list