Changeset 7b409b7 for chapter06


Ignore:
Timestamp:
03/30/2005 09:40:13 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
48fcc83
Parents:
90d4172
Message:

Added sysklogd back in and removed libol and syslog-ng - thanks for the help, archaic

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r90d4172 r7b409b7  
    6363<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="psmisc.xml"/>
    6464<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="shadow.xml"/>
    65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libol.xml"/>
    66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="syslogng.xml"/>
     65<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysklogd.xml"/>
    6766<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysvinit.xml"/>
    6867<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tar.xml"/>
  • chapter06/sysklogd.xml

    r90d4172 r7b409b7  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
     
    2121
    2222<segmentedlist>
    23 <segtitle>Sysklogd installation depends on</segtitle>
     23<segtitle>&dependencies;</segtitle>
     24<!-- <segtitle>Sysklogd installation depends on</segtitle> -->
    2425<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make</seg></seglistitem>
    2526</segmentedlist>
     
    2930<title>Installation of Sysklogd</title>
    3031
    31 <para>Sysklogd has issues with the Linux 2.6 kernel series - fix these isues
    32 by applying the following patch:</para>
     32<para>The following patch fixes various issues, including a problem building
     33Sysklogd with Linux 2.6 series kernels</para>
    3334
    34 <screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-kernel_headers-1.patch</userinput></screen>
     35<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-fixes-1.patch</userinput></screen>
    3536
    36 <para>There is also a race condition in the signal handling logic, and this
    37 sometimes confuses the <command>sysklogd</command> initscript.
    38 Fix this bug by applying another patch:</para>
    39 
    40 <screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-signal-1.patch</userinput></screen>
    41 
    42 <para>Compile Sysklogd:</para>
     37<para>Compile the package:</para>
    4338
    4439<screen><userinput>make</userinput></screen>
    4540
    46 <para>Now install it:</para>
     41<para>Install the package:</para>
    4742
    4843<screen><userinput>make install</userinput></screen>
     
    7267*.emerg *
    7368
     69# log the bootscript output:
     70local2.* -/var/log/boot.log
     71
    7472# End /etc/syslog.conf
    7573EOF</userinput></screen>
     
    8583</segmentedlist>
    8684
    87 <variablelist><title>Short descriptions</title>
     85<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
     86<?dbfo list-presentation="list"?>
     87<?dbhtml list-presentation="table"?>
    8888
    8989<varlistentry id="klogd">
     
    9999<listitem>
    100100<indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
    101 <para>logs the messages that system programs
    102 offer for logging. Every logged message contains at least a date stamp and a
    103 hostname, and normally the program's name too, but that depends on how
    104 trusting the logging daemon is told to be.</para>
     101<para>logs the messages that system programs offer for logging. Every logged
     102message contains at least a date stamp and a hostname, and normally the
     103program's name too, but that depends on how trusting the logging daemon is told
     104to be.</para>
    105105</listitem>
    106106</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.