Changeset 0a56911


Ignore:
Timestamp:
02/15/2013 12:44:39 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
2acccb9
Parents:
9c7cb63
Message:

Begin adjusting book for Systemd. libcap2 is actually libcap - Debian uses strange naming for source packages. Add Sysvinit back - only few programs are needed from the package. Remove Sysklogd. Add adm group to grups in chapter06. It's necesary by something in Systemd. Change /etc/mtab to link to /proc/self/mounts. Relocate packages order.

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

Files:
1 added
9 edited
1 moved

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r9c7cb63 r0a56911  
    3030  being placed inside scripts installed to the final system. This is obviously
    3131  not desirable.</para>
    32 
     32 
    3333  <para>The last list of dependencies are optional packages that are not
    3434  addressed in LFS, but could be useful to the user.  These packages may have
     
    325325      </segmentedlist>
    326326
    327 <!-- Begin D-Bus dependency info -->
    328   <bridgehead renderas="sect2" id="dbus-dep">D-Bus</bridgehead>
    329 
    330       <segmentedlist>
    331         <segtitle>&dependencies;</segtitle>
    332 
    333         <seglistitem>
    334          <seg>Bash, Coreutils, Diffutils, Expat, GCC, Grep, Make, and
    335          Sed</seg>
    336         </seglistitem>
    337       </segmentedlist>
    338 
    339       <segmentedlist>
    340         <segtitle>&testsuites;</segtitle>
    341 
    342         <seglistitem>
    343           <seg>D-Bus Glib Bindings, Python</seg>
    344         </seglistitem>
    345       </segmentedlist>
    346 
    347       <segmentedlist>
    348         <segtitle>&before;</segtitle>
    349 
    350         <seglistitem>
    351           <seg>Systemd</seg>
    352         </seglistitem>
    353       </segmentedlist>
    354 
    355       <segmentedlist>
    356         <segtitle>&external;</segtitle>
    357 
    358         <seglistitem>
    359           <seg>None</seg>
    360         </seglistitem>
    361       </segmentedlist>
    362 
    363327<!-- Begin Diffutils dependency info -->
    364328  <bridgehead renderas="sect2" id="diffutils-dep">Diffutils</bridgehead>
     
    874838
    875839        <seglistitem>
    876          <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc,
     840         <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc, 
    877841         Grep, Make, Ncurses, Sed, Texinfo, and Xz</seg>
    878842        </seglistitem>
     
    15921556
    15931557        <seglistitem>
    1594          <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make,
     1558         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, 
    15951559         Popt, and Sed</seg>
    15961560        </seglistitem>
     
    16101574        <seglistitem>
    16111575          <seg>Kmod</seg>
    1612         </seglistitem>
    1613       </segmentedlist>
    1614 
    1615       <segmentedlist>
    1616         <segtitle>&external;</segtitle>
    1617 
    1618         <seglistitem>
    1619           <seg>None</seg>
    1620         </seglistitem>
    1621       </segmentedlist>
    1622 
    1623 <!-- Begin Popt dependency info -->
    1624   <bridgehead renderas="sect2" id="popt-dep">Popt</bridgehead>
    1625 
    1626       <segmentedlist>
    1627         <segtitle>&dependencies;</segtitle>
    1628 
    1629         <seglistitem>
    1630          <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make</seg>
    1631         </seglistitem>
    1632       </segmentedlist>
    1633 
    1634       <segmentedlist>
    1635         <segtitle>&testsuites;</segtitle>
    1636 
    1637         <seglistitem>
    1638           <seg>Diffutils and Sed</seg>
    1639         </seglistitem>
    1640       </segmentedlist>
    1641 
    1642       <segmentedlist>
    1643         <segtitle>&before;</segtitle>
    1644 
    1645         <seglistitem>
    1646           <seg>Pkg-config</seg>
    16471576        </seglistitem>
    16481577      </segmentedlist>
     
    18351764      </segmentedlist>
    18361765
    1837 <!-- Begin Sysklogd dependency info -->
    1838   <bridgehead renderas="sect2" id="sysklogd-dep">Sysklogd</bridgehead>
    1839 
    1840       <segmentedlist>
    1841         <segtitle>&dependencies;</segtitle>
    1842 
    1843         <seglistitem>
    1844          <seg>Binutils, Coreutils, GCC, Glibc, Make, and Patch</seg>
    1845         </seglistitem>
    1846       </segmentedlist>
    1847 
    1848       <segmentedlist>
    1849         <segtitle>&testsuites;</segtitle>
    1850 
    1851         <seglistitem>
    1852           <seg>No test suite available</seg>
    1853         </seglistitem>
    1854       </segmentedlist>
    1855 
    1856       <segmentedlist>
    1857         <segtitle>&before;</segtitle>
    1858 
    1859         <seglistitem>
    1860           <seg>None</seg>
    1861         </seglistitem>
    1862       </segmentedlist>
    1863 
    1864       <segmentedlist>
    1865         <segtitle>&external;</segtitle>
    1866 
    1867         <seglistitem>
    1868           <seg>None</seg>
    1869         </seglistitem>
    1870       </segmentedlist>
    1871 
    18721766<!-- Begin Sysvinit dependency info -->
    18731767  <bridgehead renderas="sect2" id="sysvinit-dep">Sysvinit</bridgehead>
     
    20131907      </segmentedlist>
    20141908
    2015 <!-- Begin Udev dependency info -->
    2016   <bridgehead renderas="sect2" id="udev-dep">Udev</bridgehead>
    2017 
    2018       <segmentedlist>
    2019         <segtitle>&dependencies;</segtitle>
    2020 
    2021         <seglistitem>
    2022          <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
    2023          Kmod, Make, and Sed</seg>
    2024         </seglistitem>
    2025       </segmentedlist>
    2026 
    2027       <segmentedlist>
    2028         <segtitle>&testsuites;</segtitle>
    2029 
    2030         <seglistitem>
    2031           <seg>No test suite available</seg>
    2032         </seglistitem>
    2033       </segmentedlist>
    2034 
    2035       <segmentedlist>
    2036         <segtitle>&before;</segtitle>
    2037 
    2038         <seglistitem>
    2039           <seg>None</seg>
    2040         </seglistitem>
    2041       </segmentedlist>
    2042 
    2043       <segmentedlist>
    2044         <segtitle>&external;</segtitle>
    2045 
    2046         <seglistitem>
    2047           <seg>Glib, Pci-Utils, Python, Systemd, USB-Utils</seg>
    2048         </seglistitem>
    2049       </segmentedlist>
    2050 
    20511909<!-- Begin Util-linux dependency info -->
    20521910  <bridgehead renderas="sect2" id="util-linux-dep">Util-linux</bridgehead>
     
    21211979      </segmentedlist>
    21221980
    2123 <!-- Begin Xml-Parser dependency info -->
    2124   <bridgehead renderas="sect2" id="xml-parser-dep">Xml::Parser</bridgehead>
    2125 
    2126       <segmentedlist>
    2127         <segtitle>&dependencies;</segtitle>
    2128 
    2129         <seglistitem>
    2130          <seg>Expat, Make, and Perl.</seg>
    2131         </seglistitem>
    2132       </segmentedlist>
    2133 
    2134       <segmentedlist>
    2135         <segtitle>&testsuites;</segtitle>
    2136 
    2137         <seglistitem>
    2138           <seg>None</seg>
    2139         </seglistitem>
    2140       </segmentedlist>
    2141 
    2142       <segmentedlist>
    2143         <segtitle>&before;</segtitle>
    2144 
    2145         <seglistitem>
    2146           <seg>Intltool</seg>
    2147         </seglistitem>
    2148       </segmentedlist>
    2149 
    2150       <segmentedlist>
    2151         <segtitle>&external;</segtitle>
    2152 
    2153         <seglistitem>
    2154           <seg>libwww-perl</seg>
    2155         </seglistitem>
    2156       </segmentedlist>
    2157 
    21581981<!-- Begin Xz-utils dependency info -->
    21591982  <bridgehead renderas="sect2" id="xz-dep">Xz</bridgehead>
  • chapter01/changelog.xml

    r9c7cb63 r0a56911  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>2013-02-15</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>Move newly added components into place.</para>
     44        </listitem>
     45        <listitem> 
     46          <para>Removed Sysklogd-1.5. Journald will be used for logging.</para>
     47        </listitem>
     48        <listitem> 
     49          <para>Re-add Sysvinit package. Few programs are needed from the
     50          package.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    3855    <listitem>
    3956      <para>2013-02-13</para>
  • chapter01/whatsnew.xml

    r9c7cb63 r0a56911  
    270270
    271271    <listitem>
    272       <para>Libcap2-&libcap2-version;</para>
     272      <para>Libcap-&libcap-version;</para>
    273273    </listitem>
    274274
     
    346346    </listitem>
    347347
     348    <listitem>
     349      <para>Sysklogd-1.5</para>
     350    </listitem>
     351
     352    <listitem>
     353      <para>Udev-197</para>
     354    </listitem>
     355
    348356  </itemizedlist>
    349357
  • chapter03/packages.xml

    r9c7cb63 r0a56911  
    358358
    359359    <varlistentry>
    360       <term>Libcap2 (&libcap2-version;) - <token>&libcap2-size;</token>:</term>
    361       <listitem>
    362         <para>Home page: <ulink url="&libcap2-home;"/></para>
    363         <para>Download: <ulink url="&libcap2-url;"/></para>
    364         <para>MD5 sum: <literal>&libcap2-md5;</literal></para>
     360      <term>Libcap2 (&libcap-version;) - <token>&libcap-size;</token>:</term>
     361      <listitem>
     362        <para>Home page: <ulink url="&libcap-home;"/></para>
     363        <para>Download: <ulink url="&libcap-url;"/></para>
     364        <para>MD5 sum: <literal>&libcap-md5;</literal></para>
    365365      </listitem>
    366366    </varlistentry>
     
    569569
    570570    <varlistentry>
    571       <term>Sysklogd (&sysklogd-version;) - <token>&sysklogd-size;</token>:</term>
    572       <listitem>
    573         <para>Home page: <ulink url="&sysklogd-home;"/></para>
    574         <para>Download: <ulink url="&sysklogd-url;"/></para>
    575         <para>MD5 sum: <literal>&sysklogd-md5;</literal></para>
     571      <term>Sysvinit (&sysvinit-version;) - <token>&sysvinit-size;</token>:</term>
     572      <listitem>
     573        <para>Home page: <ulink url="&sysvinit-home;"/></para>
     574        <para>Download: <ulink url="&sysvinit-url;"/></para>
     575        <para>MD5 sum: <literal>&sysvinit-md5;</literal></para>
    576576      </listitem>
    577577    </varlistentry>
  • chapter06/chapter06.xml

    r9c7cb63 r0a56911  
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
     40  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
     41  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    4042  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
    4143  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
     
    5052  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
    5153  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
    52   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>
    5355  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/>
    5456  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/>
    55   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
    5657  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
    5758  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
     
    5960  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
    6061  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
     62  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/>
    6163  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
    6264  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
     
    6870  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/>
    6971  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/>
    70   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap2.xml"/>
    7172  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpipeline.xml"/>
    7273  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
    7374  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
    7475  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
    75   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/>
    76   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>
    77   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/>
     76  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit.xml"/>
     77  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
    7878  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
    7979  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
  • chapter06/createfiles.xml

    r9c7cb63 r0a56911  
    4848
    4949  <para>A proper Linux system maintains a list of the mounted file systems in
    50   the file <filename>/etc/mtab</filename>.  Normally, this file would be
    51   created when we mount a new file system. Since we will not be mounting any
    52   file systems inside our chroot environment, create an empty file for
    53   utilities that expect the presence of <filename>/etc/mtab</filename>:</para>
     50  the file <filename>/etc/mtab</filename>. Systemd requires it to be a
     51  symbolic link to  <filename>/proc/self/mounts</filename>:</para>
    5452
    55 <screen><userinput>touch /etc/mtab</userinput></screen>
     53<screen><userinput>ln -s /proc/self/mounts /etc/mtab</userinput></screen>
    5654
    5755  <para>In order for user <systemitem class="username">root</systemitem> to be
     
    9290usb:x:14:
    9391cdrom:x:15:
     92adm:x:16:
    9493mail:x:34:
    9594nogroup:x:99:</literal>
  • chapter06/glibc.xml

    r9c7cb63 r0a56911  
    177177    <command>nscd</command>:</para>
    178178
    179 <screen><userinput remap="install">install -v -m644 ../glibc-&glibc-version;/nscd/nscd.conf /etc/nscd.conf &amp;&amp;
    180 install -v -dm755 /var/cache/nscd</userinput></screen>
     179<screen><userinput remap="install">cp -v ../glibc-&glibc-version;/nscd/nscd.conf /etc/nscd.conf &amp;&amp;
     180mkdir -pv /var/cache/nscd</userinput></screen>
    181181
    182182    <para>The locales that can make the system respond in a different language
     
    412412</literal>
    413413EOF
    414 mkdir /etc/ld.so.conf.d</userinput></screen>
     414mkdir -pv /etc/ld.so.conf.d</userinput></screen>
    415415
    416416  </sect2>
  • chapter06/libcap.xml

    r9c7cb63 r0a56911  
    66]>
    77
    8 <sect1 id="ch-system-libcap2" role="wrap">
    9   <?dbhtml filename="libcap2.html"?>
     8<sect1 id="ch-system-libcap" role="wrap">
     9  <?dbhtml filename="libcap.html"?>
    1010
    1111  <sect1info condition="script">
    12     <productname>libcap2</productname>
    13     <productnumber>&libcap2-version;</productnumber>
    14     <address>&libcap2-url;</address>
     12    <productname>libcap</productname>
     13    <productnumber>&libcap-version;</productnumber>
     14    <address>&libcap-url;</address>
    1515  </sect1info>
    1616
    17   <title>Libcap2-&libcap2-version;</title>
     17  <title>Libcap2-&libcap-version;</title>
    1818
    19   <indexterm zone="ch-system-libcap2">
    20     <primary sortas="a-Libcap2">Libcap2</primary>
     19  <indexterm zone="ch-system-libcap">
     20    <primary sortas="a-Libcap">Libcap</primary>
    2121  </indexterm>
    2222
     
    2424    <title/>
    2525
    26     <para>The Libcap2 package implements the user-space interfaces to the POSIX
     26    <para>The Libcap package implements the user-space interfaces to the POSIX
    2727    1003.1e capabilities available in Linux kernels. These capabilities are a
    2828    partitioning of the all powerful root privilege into a set of distinct
     
    3434
    3535      <seglistitem>
    36         <seg>&libcap2-ch6-sbu;</seg>
    37         <seg>&libcap2-ch6-du;</seg>
     36        <seg>&libcap-ch6-sbu;</seg>
     37        <seg>&libcap-ch6-du;</seg>
    3838      </seglistitem>
    3939    </segmentedlist>
     
    4242
    4343  <sect2 role="installation">
    44     <title>Installation of Libcap2</title>
     44    <title>Installation of Libcap</title>
    4545
    4646    <para>Compile the package:</para>
     
    5656  </sect2>
    5757
    58   <sect2 id="contents-libcap2" role="content">
    59     <title>Contents of Libcap2</title>
     58  <sect2 id="contents-libcap" role="content">
     59    <title>Contents of Libcap</title>
    6060
    6161    <segmentedlist>
     
    6565      <seglistitem>
    6666        <seg>capsh, getcap, getpcaps, and setcap</seg>
    67         <seg>libcap2.{so,a}</seg>
     67        <seg>libcap.{so,a}</seg>
    6868      </seglistitem>
    6969    </segmentedlist>
     
    7878        <listitem>
    7979          <para>A shell wrapper to explore and constrain capability support</para>
    80           <indexterm zone="ch-system-libcap2 capsh">
     80          <indexterm zone="ch-system-libcap capsh">
    8181            <primary sortas="b-capsh">capsh</primary>
    8282          </indexterm>
     
    8888        <listitem>
    8989          <para>Examines file capabilities</para>
    90           <indexterm zone="ch-system-libcap2 getcap">
     90          <indexterm zone="ch-system-libcap getcap">
    9191            <primary sortas="b-getcap">getcap</primary>
    9292          </indexterm>
     
    9898        <listitem>
    9999          <para>Displays the capabilities on the queried process(es)</para>
    100           <indexterm zone="ch-system-libcap2 getpcaps">
     100          <indexterm zone="ch-system-libcap getpcaps">
    101101            <primary sortas="b-getpcaps">getpcaps</primary>
    102102          </indexterm>
     
    104104      </varlistentry>
    105105
    106       <varlistentry id="libcap2">
    107         <term><filename class="libraryfile">libcap2.{so,a}</filename></term>
     106      <varlistentry id="libcap">
     107        <term><filename class="libraryfile">libcap.{so,a}</filename></term>
    108108        <listitem>
    109           <para>Contains the libcap2 API functions</para>
    110           <indexterm zone="ch-system-libcap2 libcap2">
    111             <primary sortas="c-libcap2">libcap2</primary>
     109          <para>Contains the libcap API functions</para>
     110          <indexterm zone="ch-system-libcap libcap">
     111            <primary sortas="c-libcap">libcap</primary>
    112112          </indexterm>
    113113        </listitem>
  • packages.ent

    r9c7cb63 r0a56911  
    351351<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    352352
    353 <!ENTITY libcap2-version "2.22">
    354 <!ENTITY libcap2-size "66 KB">
    355 <!ENTITY libcap2-url "http://ftp.de.debian.org/debian/pool/main/libc/libcap2/libcap2_&libcap2-version;.orig.tar.gz">
    356 <!ENTITY libcap2-md5 "b4896816b626bea445f0b3849bdd4077">
    357 <!ENTITY libcap2-home " ">
    358 <!ENTITY libcap2-ch6-du "1.3 MB">
    359 <!ENTITY libcap2-ch6-sbu "0.1 SBU">
     353<!ENTITY libcap-version "2.22">
     354<!ENTITY libcap-size "66 KB">
     355<!ENTITY libcap-url "http://ftp.de.debian.org/debian/pool/main/libc/libcap/libcap_&libcap-version;.orig.tar.gz">
     356<!ENTITY libcap-md5 "b4896816b626bea445f0b3849bdd4077">
     357<!ENTITY libcap-home " ">
     358<!ENTITY libcap-ch6-du "1.3 MB">
     359<!ENTITY libcap-ch6-sbu "0.1 SBU">
    360360
    361361<!ENTITY libpipeline-version "1.2.2">
     
    528528<!ENTITY shadow-ch6-sbu "0.2 SBU">
    529529
    530 <!ENTITY sysklogd-version "1.5">
    531 <!ENTITY sysklogd-size "85 KB">
    532 <!ENTITY sysklogd-url "http://www.infodrom.org/projects/sysklogd/download/sysklogd-&sysklogd-version;.tar.gz">
    533 <!ENTITY sysklogd-md5 "e053094e8103165f98ddafe828f6ae4b">
    534 <!ENTITY sysklogd-home "http://www.infodrom.org/projects/sysklogd/">
    535 <!ENTITY sysklogd-ch6-du "0.6 MB">
    536 <!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    537 
    538530<!ENTITY systemd-version "197">
    539531<!ENTITY systemd-size    "2,012 KB">
     
    543535<!ENTITY systemd-ch6-du  "23 MB">
    544536<!ENTITY systemd-ch6-sbu "0.1 SBU">
     537
     538<!ENTITY sysvinit-version "2.88dsf">
     539<!ENTITY sysvinit-size "108 KB">
     540<!ENTITY sysvinit-url "http://download.savannah.gnu.org/releases/sysvinit/sysvinit-&sysvinit-version;.tar.bz2">
     541<!ENTITY sysvinit-md5 "6eda8a97b86e0a6f59dabbf25202aa6f">
     542<!ENTITY sysvinit-home "http://savannah.nongnu.org/projects/sysvinit">
     543<!ENTITY sysvinit-ch6-du "1.4 MB">
     544<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
    545545
    546546<!ENTITY tar-version "1.26">
  • prologue/why.xml

    r9c7cb63 r0a56911  
    2525
    2626        <para>This package contains programs for working with extended
    27         attributes on filesystem objects.  It is required by the libcap2
     27        attributes on filesystem objects.  It is required by the libcap
    2828        library.</para>
    2929      </listitem>
     
    451451
    452452      <listitem>
    453         <para>Sysklogd</para>
    454 
    455         <para>This package contains programs for logging system messages,
    456         such as those given by the kernel or daemon processes when unusual
    457         events occur.</para>
    458       </listitem>
    459 
    460       <listitem>
    461453        <para>Systemd</para>
    462454
    463455        <para>This package contains programs for controlling the startup,
    464456        running, and shutdown of the system.</para>
     457      </listitem>
     458
     459      <listitem>
     460        <para>Sysvinit</para>
     461
     462        <para>This package provides misc. utils needed by some packages.</para>
    465463      </listitem>
    466464
Note: See TracChangeset for help on using the changeset viewer.