aboutsummaryrefslogtreecommitdiff
path: root/system/bit-babbler/README
diff options
context:
space:
mode:
authorawg <awg@cock.li>2019-03-11 09:27:25 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:18 +0700
commit8c7340ae42a454a8d7a43e62c470be76b681c6d8 (patch)
treebf8dc67c1e276661f9de73978174a5dcdfec4c41 /system/bit-babbler/README
parent9bc9b438ce52b38d7c818d1e8ab089c89461f7ec (diff)
system/bit-babbler: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bit-babbler/README')
-rw-r--r--system/bit-babbler/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/system/bit-babbler/README b/system/bit-babbler/README
index 0359eb623ebc2..83b01b51b0c05 100644
--- a/system/bit-babbler/README
+++ b/system/bit-babbler/README
@@ -2,4 +2,10 @@ The BitBabbler is a hardware True Random Number Generator (TRNG)
manufactured by Voicetronix of Australia. This package installs the
software necessary to control and test White and Black BB devices.
-Please see README.Slackware for installation tips.
+Socket control of BitBabbler devices is granted to group bit-babbler
+by default. You can create it after installation like so:
+ groupadd bit-babbler
+OR choose another suitable group (eg, wheel) when building:
+ GROUP="wheel" sh bit-babbler.SlackBuild
+
+Please see README.Slackware for additional installation tips.