Ignore:
Timestamp:
05/04/2003 05:39:22 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
342dc1e4
Parents:
3fedd09
Message:

tagged some writeups

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@903 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/random.xml

    r3fedd09 r766bbe40  
    44
    55<para>The Linux kernel supplies a random number generator which is accessed
    6 through <filename>/dev/random</filename> and
    7 <filename>/dev/urandom</filename>.  Programs that utilize the random and
    8 urandom devices, such as OpenSSH, will benefit from these instructions.</para>
     6through <filename class="devicefile">/dev/random</filename> and
     7<filename class="devicefile">/dev/urandom</filename>.  Programs that utilize
     8the random and urandom devices, such as <application>OpenSSH</application>,
     9will benefit from these instructions.</para>
    910
    1011<para>When a Linux system starts up without much operator interaction, the
     
    1617for you automatically.</para>
    1718
    18 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/random &lt;&lt; "EOF"
    19 </userinput>
     19<screen><userinput><command>cat &gt; /etc/rc.d/init.d/random &lt;&lt; "EOF"
     20</command>
    2021#!/bin/sh
    2122# Begin $rc_base/init.d/random
     
    5152
    5253# End $rc_base/init.d/random
    53 <userinput>EOF
    54 chmod 755 /etc/rc.d/init.d/random</userinput></screen></para>
     54<command>EOF
     55chmod 755 /etc/rc.d/init.d/random</command></userinput></screen>
    5556
    5657<para>Create the symbolic links to this file in the relevant
    5758<filename class="directory">rc.d</filename> directories
    5859with the following commands:
    59 <screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
     60<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    6061ln -sf ../init.d/random ../rc0.d/K45random &amp;&amp;
    6162ln -sf ../init.d/random ../rc2.d/S25random &amp;&amp;
     
    6364ln -sf ../init.d/random ../rc4.d/S25random &amp;&amp;
    6465ln -sf ../init.d/random ../rc5.d/S25random &amp;&amp;
    65 ln -sf ../init.d/random ../rc6.d/K45random</userinput></screen></para>
     66ln -sf ../init.d/random ../rc6.d/K45random</command></userinput></screen></para>
    6667
    6768
Note: See TracChangeset for help on using the changeset viewer.