added bind symlinks to appendix

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@308 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-10-06 17:38:20 +00:00
parent ac579e053f
commit d815ae3b00
11 changed files with 66 additions and 13 deletions

View File

@ -106,6 +106,13 @@
<entry>Stop internet services daemon: <xref linkend="xinetd"/></entry>
</row>
<row>
<entry>K49</entry>
<entry>bind</entry>
<entry><filename>../init.d/bind</filename></entry>
<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
</row>
<row>
<entry>K50</entry>
<entry>sendsignals</entry>

View File

@ -90,6 +90,13 @@
<entry>Stop internet services daemon: <xref linkend="xinetd"/></entry>
</row>
<row>
<entry>K49</entry>
<entry>bind</entry>
<entry><filename>../init.d/bind</filename></entry>
<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
</row>
<row>
<entry>K59</entry>
<entry>firewall</entry>

View File

@ -83,6 +83,13 @@
<entry>Stop internet services daemon: <xref linkend="xinetd"/></entry>
</row>
<row>
<entry>K49</entry>
<entry>bind</entry>
<entry><filename>../init.d/bind</filename></entry>
<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
</row>
<row>
<entry>K59</entry>
<entry>firewall</entry>

View File

@ -41,6 +41,13 @@
<entry>Load firewall settings: <xref linkend="postlfs-security-fw-firewall"/></entry>
</row>
<row>
<entry>S22</entry>
<entry>bind</entry>
<entry><filename>../init.d/bind</filename></entry>
<entry>Start named services daemon (DNS): <xref linkend="bind"/></entry>
</row>
<row>
<entry>S22</entry>
<entry>xinetd</entry>

View File

@ -41,6 +41,13 @@
<entry>Load firewall settings: <xref linkend="postlfs-security-fw-firewall"/></entry>
</row>
<row>
<entry>S22</entry>
<entry>bind</entry>
<entry><filename>../init.d/bind</filename></entry>
<entry>Start named services daemon (DNS): <xref linkend="bind"/></entry>
</row>
<row>
<entry>S22</entry>
<entry>xinetd</entry>

View File

@ -41,6 +41,13 @@
<entry>Load firewall settings: <xref linkend="postlfs-security-fw-firewall"/></entry>
</row>
<row>
<entry>S22</entry>
<entry>bind</entry>
<entry><filename>../init.d/bind</filename></entry>
<entry>Start named services daemon (DNS): <xref linkend="bind"/></entry>
</row>
<row>
<entry>S22</entry>
<entry>xinetd</entry>

View File

@ -104,6 +104,13 @@
<entry>Stop internet services daemon: <xref linkend="xinetd"/></entry>
</row>
<row>
<entry>K49</entry>
<entry>bind</entry>
<entry><filename>../init.d/bind</filename></entry>
<entry>Stop named services daemon (DNS): <xref linkend="bind"/></entry>
</row>
<row>
<entry>K50</entry>
<entry>sendsignals</entry>

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20021005">
<!ENTITY releasedate "October 5th, 2002">
<!ENTITY version "20021006">
<!ENTITY releasedate "October 6th, 2002">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>October 6th, 2002 [larry]: Appendices: Added named to
the runlevels.</para></listitem>
<listitem><para>October 5th, 2002 [larry]: Appendices: Added xinetd to
the runlevels and had to bump portmap and samba up one
notch.</para></listitem>

View File

@ -7,9 +7,9 @@
<sect3><title>Configuration Information</title>
<para>Configurations Information placed in
<para>Configuration information is placed in
<filename>/etc/pam.d</filename> or <filename>/etc/pam.conf</filename>
depend on the application that is using PAM. Below are example files of
depending on the application that is using PAM. Below are example files of
each type:
</para>
@ -33,8 +33,9 @@ other password required pam_unix.so nullok
# End /etc/pam.conf</screen>
<para>The pam manpage provides a good starting point for descriptions of
fields and allowable entries. The Linux-PAM guide for system
administrators and hints located at <ulink url="http://hints.linuxfromscratch.org"/> are also available for further reading.</para>
fields and allowable entries. The <ulink
url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html">Linux-PAM
guide for system administrators</ulink> and two PAM hints located at <ulink url="http://hints.linuxfromscratch.org"/> are also available for further reading.</para>
</sect3>

View File

@ -176,13 +176,13 @@ EOF
<para>Add the run level symlinks:</para>
<para><screen><userinput>
chmod 754 /etc/rc.d/init.d/bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc0.d/K90bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc1.d/K90bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc2.d/K90bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc3.d/S90bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc4.d/S90bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc5.d/S90bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc6.d/K90bind
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc0.d/K49bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc1.d/K49bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc2.d/K49bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc3.d/S22bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc4.d/S22bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc5.d/S22bind &&
ln -s /etc/rc.d/init.d/bind /etc/rc.d/rc6.d/K49bind
</userinput></screen></para>
<para>Now start BIND with the new boot script: </para>