Created attachment 190512 [details] svn diff to upgrade dsbmd-1.1 to dsbmd-1.2 Changes - An unmount_on_exit variable has been added. It controls whether and how a filesystem mounted by DSBMD shall be unmounted on exit. - A bug where md, ada and mmcsd devices were not detected (introduced in version 1.0) has been fixed. - A bug where a mounted daX (X > 0) device was not detected on startup has been fixed. Release notes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html QA: portlint: OK (looks fine.) testport: OK (poudriere: 103i386, 11Ramd64)
A commit references this bug: Author: tcberner Date: Sun Feb 11 20:06:20 UTC 2018 New revision: 461526 URL: https://svnweb.freebsd.org/changeset/ports/461526 Log: Update sysutils/dsbmd to 1.2 Changes - An unmount_on_exit variable has been added. It controls whether and how a filesystem mounted by DSBMD shall be unmounted on exit. - A bug where md, ada and mmcsd devices were not detected (introduced in version 1.0) has been fixed. - A bug where a mounted daX (X > 0) device was not detected on startup has been fixed. PR: 225825 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Changes: head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo
Committed. Thanks.
(In reply to Tobias C. Berner from comment #2) Thank you for the fast commit, Tobias!