diff options
author | AW Green <awg@posteo.us> | 2017-09-24 10:20:53 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-24 10:20:53 +0100 |
commit | 6df589e5e54126798d6f22651d193e7b9dbe6025 (patch) | |
tree | fdb4d0e2bd0bf161d0f06d293d3d573520c16799 /system/bit-babbler/README.Slackware | |
parent | 7fa7546f80af355b077ede84662a3bc91401c2a9 (diff) |
system/bit-babbler: Updated for version 0.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/bit-babbler/README.Slackware')
-rw-r--r-- | system/bit-babbler/README.Slackware | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/system/bit-babbler/README.Slackware b/system/bit-babbler/README.Slackware index e75d0c2d25f4..eb0ab82e5d95 100644 --- a/system/bit-babbler/README.Slackware +++ b/system/bit-babbler/README.Slackware @@ -1,26 +1,27 @@ 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 +**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.) +(So long as the file name is identical, the modified rules file in this +directory will override the default rules 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: +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 + # 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: +2. 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 + # 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. +3. Make sure the execute bit is set (chmod) for + /etc/rc.d/rc.local + /etc/rc.d/rc.local_shutdown + /etc/rc.d/rc.seedd |