Changeset e2be9e8


Ignore:
Timestamp:
02/06/2013 11:44:45 AM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c62cd46
Parents:
9be389c
Message:

Remove Sysvinit package; to be replaced by Systemd.

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

Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9be389c re2be9e8  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Remove Sysvinit package; Systemd will be used to
     44          boot the OS now.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[matthew] - Remove Sysvinit bootscripts and custom Udev rules,
    4448          to aid with Systemd integration.</para>
  • chapter01/whatsnew.xml

    r9be389c re2be9e8  
    314314    </listitem>
    315315
     316    <listitem>
     317      <para>Sysvinit-2.88dsf</para>
     318    </listitem>
     319
    316320  </itemizedlist>
    317321
  • chapter03/packages.xml

    r9be389c re2be9e8  
    524524
    525525    <varlistentry>
    526       <term>Sysvinit (&sysvinit-version;) - <token>&sysvinit-size;</token>:</term>
    527       <listitem>
    528         <para>Home page: <ulink url="&sysvinit-home;"/></para>
    529         <para>Download: <ulink url="&sysvinit-url;"/></para>
    530         <para>MD5 sum: <literal>&sysvinit-md5;</literal></para>
    531       </listitem>
    532     </varlistentry>
    533 
    534     <varlistentry>
    535526      <term>Tar (&tar-version;) - <token>&tar-size;</token>:</term>
    536527      <listitem>
  • chapter06/chapter06.xml

    r9be389c re2be9e8  
    6969  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
    7070  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/>
    71   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit.xml"/>
    7271  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
    7372  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
  • chapter06/util-linux.xml

    r9be389c re2be9e8  
    7070          <para>These switches disable building su, sulogin, and login.  They
    7171          duplicate the same programs provided by <xref
    72           linkend='ch-system-shadow'/> and <xref linkend='ch-system-sysvinit'/>.
     72          linkend='ch-system-shadow'/>.
    7373          They also require
    7474          <ulink url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink>
  • packages.ent

    r9be389c re2be9e8  
    488488<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    489489
    490 <!ENTITY sysvinit-version "2.88dsf">
    491 <!ENTITY sysvinit-size "108 KB">
    492 <!ENTITY sysvinit-url "http://download.savannah.gnu.org/releases/sysvinit/sysvinit-&sysvinit-version;.tar.bz2">
    493 <!ENTITY sysvinit-md5 "6eda8a97b86e0a6f59dabbf25202aa6f">
    494 <!ENTITY sysvinit-home "http://savannah.nongnu.org/projects/sysvinit">
    495 <!ENTITY sysvinit-ch6-du "1.4 MB">
    496 <!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
    497 
    498490<!ENTITY tar-version "1.26">
    499491<!ENTITY tar-size "2,285 KB">
Note: See TracChangeset for help on using the changeset viewer.