diff options
Diffstat (limited to 'devel/openocd-devel/pkg-message')
-rw-r--r-- | devel/openocd-devel/pkg-message | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/openocd-devel/pkg-message b/devel/openocd-devel/pkg-message new file mode 100644 index 000000000000..1f20e5f3fb7e --- /dev/null +++ b/devel/openocd-devel/pkg-message @@ -0,0 +1,26 @@ +[ +{ type: install + message: <<EOM +OpenOCD is now installed, this software can damage your hardware, enjoy! + +User's guide is at: + http://openocd.sourceforge.net/documentation/online-docs/ +Developer's guide is at: + http://openocd.sourceforge.net/documentation/openocd-reference-manual/ + +FreeBSD USB NOTE: + To allow an ordinary user to acces any of the the hotplug USB interface + add him/her to the operator group (pw groupmod operator -m username), then + setup the devfs subsystem by adding these lines to the following files: + + ***/etc/devfs.rules: + [localrules=10] + add path 'ugen*' mode 0660 group operator + add path 'usb/*' mode 0660 group operator + add path 'usb' mode 0770 group operator + + ***/etc/rc.conf: + devfs_system_ruleset="localrules" +EOM +} +] |