Changeset d815ae3


Ignore:
Timestamp:
10/06/2002 05:38:20 PM (22 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
784ad8d4
Parents:
ac579e05
Message:

added bind symlinks to appendix

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • appendices/symlinks/rc0.xml

    rac579e05 rd815ae3  
    108108
    109109<row>
     110<entry>K49</entry>
     111<entry>bind</entry>
     112<entry><filename>../init.d/bind</filename></entry>
     113<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
     114</row>
     115
     116<row>
    110117<entry>K50</entry>
    111118<entry>sendsignals</entry>
  • appendices/symlinks/rc1.xml

    rac579e05 rd815ae3  
    9292
    9393<row>
     94<entry>K49</entry>
     95<entry>bind</entry>
     96<entry><filename>../init.d/bind</filename></entry>
     97<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
     98</row>
     99
     100<row>
    94101<entry>K59</entry>
    95102<entry>firewall</entry>
  • appendices/symlinks/rc2.xml

    rac579e05 rd815ae3  
    8585
    8686<row>
     87<entry>K49</entry>
     88<entry>bind</entry>
     89<entry><filename>../init.d/bind</filename></entry>
     90<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
     91</row>
     92
     93<row>
    8794<entry>K59</entry>
    8895<entry>firewall</entry>
  • appendices/symlinks/rc3.xml

    rac579e05 rd815ae3  
    4040<entry><filename>../init.d/firewall</filename></entry>
    4141<entry>Load firewall settings: <xref linkend="postlfs-security-fw-firewall"/></entry>
     42</row>
     43
     44<row>
     45<entry>S22</entry>
     46<entry>bind</entry>
     47<entry><filename>../init.d/bind</filename></entry>
     48<entry>Start named services daemon (DNS): <xref linkend="bind"/></entry>
    4249</row>
    4350
  • appendices/symlinks/rc4.xml

    rac579e05 rd815ae3  
    4040<entry><filename>../init.d/firewall</filename></entry>
    4141<entry>Load firewall settings: <xref linkend="postlfs-security-fw-firewall"/></entry>
     42</row>
     43
     44<row>
     45<entry>S22</entry>
     46<entry>bind</entry>
     47<entry><filename>../init.d/bind</filename></entry>
     48<entry>Start named services daemon (DNS): <xref linkend="bind"/></entry>
    4249</row>
    4350
  • appendices/symlinks/rc5.xml

    rac579e05 rd815ae3  
    4040<entry><filename>../init.d/firewall</filename></entry>
    4141<entry>Load firewall settings: <xref linkend="postlfs-security-fw-firewall"/></entry>
     42</row>
     43
     44<row>
     45<entry>S22</entry>
     46<entry>bind</entry>
     47<entry><filename>../init.d/bind</filename></entry>
     48<entry>Start named services daemon (DNS): <xref linkend="bind"/></entry>
    4249</row>
    4350
  • appendices/symlinks/rc6.xml

    rac579e05 rd815ae3  
    106106
    107107<row>
     108<entry>K49</entry>
     109<entry>bind</entry>
     110<entry><filename>../init.d/bind</filename></entry>
     111<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
     112</row>
     113
     114<row>
    108115<entry>K50</entry>
    109116<entry>sendsignals</entry>
  • index.xml

    rac579e05 rd815ae3  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20021005">
    6 <!ENTITY releasedate "October 5th, 2002">
     5<!ENTITY version "20021006">
     6<!ENTITY releasedate "October 6th, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rac579e05 rd815ae3  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>October 6th, 2002 [larry]: Appendices: Added named to
     14the runlevels.</para></listitem>
    1215
    1316<listitem><para>October 5th, 2002 [larry]: Appendices: Added xinetd to
  • postlfs/security/pam/linux_pam-config.xml

    rac579e05 rd815ae3  
    88<sect3><title>Configuration Information</title>
    99
    10 <para>Configurations Information placed in
     10<para>Configuration information is placed in
    1111<filename>/etc/pam.d</filename> or <filename>/etc/pam.conf</filename>
    12 depend on the application that is using PAM. Below are example files of
     12depending on the application that is using PAM. Below are example files of
    1313each type:
    1414</para>
     
    3434
    3535<para>The pam manpage provides a good starting point for descriptions of
    36 fields and allowable entries.  The Linux-PAM guide for system
    37 administrators and hints located at <ulink url="http://hints.linuxfromscratch.org"/> are also available for further reading.</para>
     36fields and allowable entries.  The <ulink
     37url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html">Linux-PAM
     38guide for system administrators</ulink> and two PAM hints located at <ulink url="http://hints.linuxfromscratch.org"/> are also available for further reading.</para>
    3839
    3940</sect3>
  • server/other/bind/bind-config.xml

    rac579e05 rd815ae3  
    177177<para><screen><userinput>
    178178chmod 754 /etc/rc.d/init.d/bind &&
    179 ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc0.d/K90bind &&
    180 ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc1.d/K90bind &&
    181 ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc2.d/K90bind &&
    182 ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc3.d/S90bind &&
    183 ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc4.d/S90bind &&
    184 ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc5.d/S90bind &&
    185 ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc6.d/K90bind
     179ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc0.d/K49bind &&
     180ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc1.d/K49bind &&
     181ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc2.d/K49bind &&
     182ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc3.d/S22bind &&
     183ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc4.d/S22bind &&
     184ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc5.d/S22bind &&
     185ln -s  /etc/rc.d/init.d/bind /etc/rc.d/rc6.d/K49bind
    186186</userinput></screen></para>
    187187
Note: See TracChangeset for help on using the changeset viewer.