summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arthur W. Green2017-02-20 08:02:54 +0100
committer Willy Sudiarto Raharjo2017-02-21 10:44:42 +0100
commitedccca4b616624d3dc97da1578d1b4c9e64d0883 (patch)
tree5d2119b1481d8a9f693dfa966c7a2cb74dbc4d1a
parentb349dc22a08e856590bb728a07415afbdf4d7684 (diff)
downloadslackbuilds-edccca4b616624d3dc97da1578d1b4c9e64d0883.tar.gz
system/bit-babbler: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/bit-babbler/README27
-rw-r--r--system/bit-babbler/README.Slackware26
2 files changed, 27 insertions, 26 deletions
diff --git a/system/bit-babbler/README b/system/bit-babbler/README
index bc9635f364..6a0d360118 100644
--- a/system/bit-babbler/README
+++ b/system/bit-babbler/README
@@ -3,31 +3,6 @@ manufactured by Voicetronix of Australia. This package installs the
software necessary to control and perform basic health checks on both
White and Black BB devices.
-After installing this package, you'll need to addgroup "bit-babbler"
-OR: put a modified copy of
- /lib/udev/rules.d/90-bit-babbler.rules
-into /etc/udev/rules.d that uses an existing group (e.g., "wheel").
-(So long as the filename is the same, the modified rules file in this
-directory will override the original installed by this package.)
-
-To also have your BitBabbler device(s) start feeding entropy to the
-kernel at boot:
-
-1) Add the following lines to /etc/rc.d/rc.local:
-
-# Start BitBabbler TRNG.
-if [ -x /etc/rc.d/rc.seedd ]; then
- . /etc/rc.d/rc.seedd start
-fi
-
-2) And add the following to /etc/rc.d/rc.local_shutdown:
-
-# Stop BitBabbler TRNG.
-if [ -x /etc/rc.d/rc.seedd ]; then
- . /etc/rc.d/rc.seedd stop
-fi
-
-3) Then be sure the execute bit is set (chmod) for rc.local,
-rc.local_shutdown, and rc.seedd.
+Please see README.Slackare for installation tips.
Enjoy!
diff --git a/system/bit-babbler/README.Slackware b/system/bit-babbler/README.Slackware
new file mode 100644
index 0000000000..e75d0c2d25
--- /dev/null
+++ b/system/bit-babbler/README.Slackware
@@ -0,0 +1,26 @@
+After installing this package, you'll need to addgroup "bit-babbler"
+OR: put a modified copy of
+ /lib/udev/rules.d/90-bit-babbler.rules
+into /etc/udev/rules.d that uses an existing group (e.g., "wheel").
+(So long as the filename is the same, the modified rules file in this
+directory will override the original installed by this package.)
+
+To have your BitBabbler device(s) start feeding entropy to the
+kernel at boot:
+
+1) Add the following lines to /etc/rc.d/rc.local:
+
+# Start BitBabbler TRNG.
+if [ -x /etc/rc.d/rc.seedd ]; then
+ . /etc/rc.d/rc.seedd start
+fi
+
+2) And add the following to /etc/rc.d/rc.local_shutdown:
+
+# Stop BitBabbler TRNG.
+if [ -x /etc/rc.d/rc.seedd ]; then
+ . /etc/rc.d/rc.seedd stop
+fi
+
+3) Then be sure the execute bit is set (chmod) for rc.local,
+rc.local_shutdown, and rc.seedd.