Created attachment 190120 [details] svn diff to upgrade dsbmd-0.5 to dsbmd-1.1 Changes since version 0.5: - The design has been improved to be more tolerant against very slow storage devices. - Support for Ext4 has been added. - Support for HFS+ has been added. - A mntchk_interval variable has been added. It controls the interval in seconds dsbmd checks the mount table for changes. - A procmaxwait variable has been added. It defines the max. number of seconds to wait for an external mount command to finish before it gets killed. - A cfgversion variable has been added. It is used to warn the user about using an outdated config file. - Many bugfixes and improvements. QA: portlint: OK (looks fine.) testport: OK (poudriere: 11.1Ramd64, 103Ri386)
A commit references this bug: Author: dbaio Date: Tue Jan 30 21:43:43 UTC 2018 New revision: 460441 URL: https://svnweb.freebsd.org/changeset/ports/460441 Log: sysutils/dsbmd: Update to 1.1 Add new option EXT4 (Ext4 filesystem support). While here, reorder options. Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 225495 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Changes: head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo
Committed, sorry for the delay. Thanks!
(In reply to Danilo G. Baio from comment #2) No problem :). Thank you for the commit.