mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:17:46 +08:00
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:
parent
ac579e053f
commit
d815ae3b00
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user