Note: this is a modified version of the e2fsprogs package, not the official
package. Report all building and run-time trouble that originates in the
package to the port maintainer, matthias.andree@gmx.de.

To have your ext2 and ext3 filesystems fsck'ed correctly without explicitly
invoking the fsck_ext2fs utility installed by this port you will need to
create links for the fsck utilities installed by this port in /sbin, e.g.

ln -f /usr/local/sbin/fsck_ext2fs /sbin/ 2>/dev/null \
  || install -m755 /usr/local/sbin/fsck_ext2fs /sbin/
ln -f /usr/local/sbin/e2fsck /sbin/e2fsck 2>/dev/null \
  || install -m755 /usr/local/sbin/e2fsck /sbin/e2fsck

IMPORTANT: you also need to repeat the above steps after a port upgrade!
