Changeset ab2d4d1e


Ignore:
Timestamp:
02/15/2012 06:25:59 PM (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:
d5c4225b
Parents:
2275367
Message:

Move lvm executables to /sbin, library to /lib

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2275367 rab2d4d1e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Move lvm executables to /sbin, library to /lib.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[ken] - merge gnome-terminal-3.2.1 from Wayne.</para>
    4952        </listitem>
  • networking/textweb/lynx.xml

    r2275367 rab2d4d1e  
    8181    commands:</para>
    8282
    83 <screen><userinput>
    84 ./configure --prefix=/usr          \
     83<screen><userinput>./configure --prefix=/usr          \
    8584            --sysconfdir=/etc/lynx \
    8685            --datadir=/usr/share/doc/lynx-&lynx-version; \
  • postlfs/filesystems/filesystems.xml

    r2275367 rab2d4d1e  
    1414  <?dbhtml filename="filesystems.html"?>
    1515
    16   <title>File Systems</title>
     16  <title>File Systems and Disk Management</title>
    1717
    18   <para>Journaling file systems reduce the time needed to recover a
    19   file system that was not unmounted properly.  While this can be extremely
    20   important in reducing downtime for servers, it has also become popular for
    21   desktop environments.  This chapter contains two other journaling file
    22   systems you can use instead of the default LFS third extended file
    23   system.</para>
     18  <para>Journaling file systems reduce the time needed to recover a file system
     19  that was not unmounted properly.  While this can be extremely important in
     20  reducing downtime for servers, it has also become popular for desktop
     21  environments.  This chapter contains other journaling file systems you can
     22  use instead of the default LFS extended file system (ext2/3/4). It also
     23  provides introductory material on managing disk arrays.</para>
    2424
    2525  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ext3.xml"/> -->
  • postlfs/filesystems/lvm2.xml

    r2275367 rab2d4d1e  
    7070    commands:</para>
    7171
    72 <screen><userinput>./configure --prefix=/usr --enable-pkgconfig &amp;&amp;
     72<screen><userinput>./configure --sbindir=/sbin --libdir=/lib --enable-pkgconfig &amp;&amp;
    7373make</userinput></screen>
    7474
Note: See TracChangeset for help on using the changeset viewer.