ports/sysutils/devd-mount/pkg-message
Jason W. Bacon 67d311c3b7 sysutils/devd-mount: Automount tool utilizing devd notifications
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.
2023-07-07 09:35:00 -05:00

10 lines
142 B
Text

[
{ type: install
message: <<EOM
You must restart the devd service to load the devd-mount configuration.
service devd restart
EOM
}
]