summaryrefslogtreecommitdiff
path: root/misc/pyobd/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pyobd/pkg-message')
-rw-r--r--misc/pyobd/pkg-message8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/pyobd/pkg-message b/misc/pyobd/pkg-message
index f2cd139a0f8d..1656241a4a7a 100644
--- a/misc/pyobd/pkg-message
+++ b/misc/pyobd/pkg-message
@@ -1,4 +1,6 @@
-======================================================================
+[
+{ type: install
+ message: <<EOM
You installed pyOBD: OBD-II compliant car diagnostic tool.
pyOBD expects the device /dev/ttyU0 that should be created when you
@@ -12,4 +14,6 @@ add path 'ttyU*' mode 0660 group users
You also need this line in /etc/rc.conf to allow localrules to take effect:
devfs_system_ruleset="localrules"
-======================================================================
+EOM
+}
+]