diff options
author | awg <awg@cock.li> | 2019-03-17 07:59:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-17 07:59:51 +0700 |
commit | db745e69d421411445a287c8684e0ec94d71a15b (patch) | |
tree | 2157c1cd5252ee2f239f431f9c205aac60c7f31e /system/bit-babbler/README.Slackware | |
parent | daa1e41d735b8152258cb80b6e4830381bb339cf (diff) |
system/bit-babbler: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bit-babbler/README.Slackware')
-rw-r--r-- | system/bit-babbler/README.Slackware | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/system/bit-babbler/README.Slackware b/system/bit-babbler/README.Slackware index a1b05b91eb7c9..2e69cb7eafaa2 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. |