summaryrefslogtreecommitdiff
path: root/sysutils/uhidd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
commitbc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch)
treed93b56c802078ea422367abc82bd53ab1780d10b /sysutils/uhidd
parentConvert to UCL & cleanup pkg-message (categories [p-r]) (diff)
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes: svn path=/head/; revision=508909
Diffstat (limited to 'sysutils/uhidd')
-rw-r--r--sysutils/uhidd/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/uhidd/pkg-message b/sysutils/uhidd/pkg-message
index 6d0f3db06a07..5fc70522e42c 100644
--- a/sysutils/uhidd/pkg-message
+++ b/sysutils/uhidd/pkg-message
@@ -1,5 +1,6 @@
-==============================================================================
-
+[
+{ type: install
+ message: <<EOM
To use uhidd daemon for USB HID devices, depends on which sub class
driver you want to attach, to avoid conflicts between the daemon and
the kernel drivers, you should either use the command line option '-u'
@@ -28,5 +29,6 @@ To manually start/stop uhidd daemon on certain device, run:
See http://wiki.FreeBSD.org/uhidd for more details about how to install and
setup the daemon.
-
-==============================================================================
+EOM
+}
+]