Changeset ccffe1c3


Ignore:
Timestamp:
03/24/2012 02:43:45 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
57953bc
Parents:
1321a15
Message:

Update bridge script to set bridge up after creation.
Add options needed for udev when rebuilding.
Fix gpm script option handling.
Delete unneeded openldap2, haldaemon, winbind, xinetd, and nas boot scripts.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9745 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1321a15 rccffe1c3  
    6060<!-- End LFS versions -->
    6161
    62 <!ENTITY blfs-bootscripts-version     "20120305">
     62<!ENTITY blfs-bootscripts-version     "20120323">
    6363<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    6464
  • general/sysutils/udev.xml

    r1321a15 rccffe1c3  
    100100    commands:</para>
    101101
    102 <screen><userinput>./configure --prefix=/usr          \
    103             --sysconfdir=/etc      \
    104             --sbindir=/sbin        \
    105             --with-rootlibdir=/lib \
    106             --libexecdir=/lib/udev \
     102<screen><userinput>./configure --prefix=/usr                  \
     103            --sysconfdir=/etc              \
     104            --sbindir=/sbin                \
     105            --with-rootlibdir=/lib         \
     106            --libexecdir=/lib/udev         \
     107            --with-systemdsystemunitdir=no \
     108            --disable-introspection        \
    107109            --docdir=/usr/share/doc/udev-&udev-version; &amp;&amp;
    108110make</userinput></screen>
     
    122124    href="../../xincludes/gtk-doc-rebuild.xml"/>
    123125
    124     <para><option>--enable-introspection</option>: This option enables GObject
    125     introspection.</para>
     126    <para><option>--disable-introspection</option>: Remove this option if
     127    the optional dependency gobject-introspection is installed.</para>
     128
     129    <para><option>--with-systemdsystemunitdir=no</option>: systemd is not used
     130    in (B)LFS.</para>
    126131
    127132  </sect2>
  • introduction/welcome/changelog.xml

    r1321a15 rccffe1c3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update bridge script to set bridge up after
     49          creation.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Add options needed for udev when rebuilding.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Fix gpm script option handling.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Delete unneeded openldap2, haldaemon, winbind, xinetd,
     59          and nas boot scripts.</para>
     60        </listitem>
     61        <listitem>
    4862          <para>[rthomsen] - removed amarok 1.4.8.</para>
    4963        </listitem>
Note: See TracChangeset for help on using the changeset viewer.