summaryrefslogtreecommitdiff
path: root/sysutils/devd-mount (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/devd-mount: CONFLICTS -> CONFLICTS_INSTALLJason W. Bacon2024-11-211-1/+1
| | | | Conflict with filesystems/automount is a runtime issue
* sysutils/devd-mount: Add CONFLICTS=automountJason W. Bacon2024-11-211-0/+3
| | | | They install competing devd rules
* sysutils/devd-mount: Update to 0.2.0Jason W. Bacon2024-11-152-10/+4
| | | | | | | | | Fix devd.conf unmount device path and umount command Changes: https://github.com/outpaddling/devd-mount/releases Reported by: Marcus Rohrmoser Changes: https://github.com/outpaddling/devd-mount/releases
* MANPREFIX: eliminate usage of MANPREFIXBaptiste Daroussin2024-01-111-2/+3
| | | | While here move some manpages to share/man
* sysutils/devd-mount: Update to 0.1.0.7Jason W. Bacon2023-08-072-5/+7
| | | | | | Add HFS support Fix permissions issue Add CONFLICTS_INSTALL=automount
* sysutils/devd-mount: Update to 0.1.0.3Jason W. Bacon2023-07-072-6/+5
| | | | | Fix intermittent DISPLAY owner detection bug causing failure to launch media manager under some circumstances
* sysutils/devd-mount: Create install conflict with sysutils/automountJason W. Bacon2023-07-071-0/+4
| | | | Installing them together will cause duplicate actions for devd events
* sysutils/devd-mount: Automount tool utilizing devd notificationsJason W. Bacon2023-07-074-0/+50
devd-mount(8) is a devd(8) based automounter for FreeBSD. It supports most popular filesystems such as exFAT, ISO9660, UDF, and FreeBSD's native UFS. The devd-mount script mounts recognized filesystems and invokes a specified command (typically qmediamanager) with the mount point, device, and filesystem type as optional arguments.