Created attachment 227516 [details] lsblk.3.7.diff Hi, this is the update to the latest 3.7 version of lsblk(8). The needed diff is attached. Changelog is as follows: - ignore devices with 0B size (Card Reader and empty CD/DVD drive) - make sure fstat(1) will not whine - fix harmless message about /dev/fuse not being present - small code rework. Thanks in advance.
Committed, thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=774d8bde8cbc1ad24a0da3371ea156e91ebfb0e1 commit 774d8bde8cbc1ad24a0da3371ea156e91ebfb0e1 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2021-08-31 07:36:49 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2021-08-31 07:36:49 +0000 sysutils/lsblk: update to 3.7. PR: 258122 Reported by: maintainer sysutils/lsblk/Makefile | 2 +- sysutils/lsblk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thank You.