summaryrefslogtreecommitdiffstats
path: root/system/bit-babbler/README.Slackware
diff options
context:
space:
mode:
Diffstat (limited to 'system/bit-babbler/README.Slackware')
-rw-r--r--system/bit-babbler/README.Slackware11
1 files changed, 5 insertions, 6 deletions
diff --git a/system/bit-babbler/README.Slackware b/system/bit-babbler/README.Slackware
index a1b05b91eb..2e69cb7eaf 100644
--- a/system/bit-babbler/README.Slackware
+++ b/system/bit-babbler/README.Slackware
@@ -1,5 +1,5 @@
-To have have BitBabbler device(s) begin feeding entropy to the kernel
-at boot, add these lines to /etc/rc.d/rc.local:
+To have BitBabbler device(s) begin feeding entropy to the kernel at
+boot, add these lines to /etc/rc.d/rc.local:
# Start BitBabbler TRNG.
if [ -x /etc/rc.d/rc.seedd ]; then
@@ -14,8 +14,8 @@ on reboot/shutdown, so add these lines to /etc/rc.d/rc.local_shutdown:
. /etc/rc.d/rc.seedd stop
fi
-Additional changes to the operating configuration of BitBabbler
-devices on boot can be set in /etc/bit-babbler/seedd.conf.
+Additional configuration of BitBabbler devices on boot can be set
+in /etc/bit-babbler/seedd.conf.
Finally, ensure relevant files are executable:
chmod 755 /etc/rc.d/rc.local \
@@ -25,5 +25,4 @@ Finally, ensure relevant files are executable:
N.B. If changes to the udev rules are needed,
cp /lib/udev/rules.d/90-bit-babbler.rules /etc/udev/rules.d
and modify the copy in /etc/udev/rules.d. eudev will only use the
-copy in /etc/udev/rules.d if the filenames are the same.
-
+copy in /etc/udev/rules.d so long as the filenames are the same.