Changeset 9b26915


Ignore:
Timestamp:
08/16/2014 05:23:09 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
17f4ed5a
Parents:
e7848c3
Message:

Remove files from pkgmgt.xml not specific to systemd branch. Move programs from /usr/bin to /bin on coreutils and findutils pages to mirror what LFS does.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    re7848c3 r9b26915  
    129129mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
    130130sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
     131
     132    <para>Some packages in BLFS and beyond expect the following
     133    programs in <filename class="directory">/bin</filename>, so
     134    make sure they are placed there:</para>
     135
     136<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice,test,[} /bin</userinput></screen>
    131137
    132138  </sect2>
  • chapter06/findutils.xml

    re7848c3 r9b26915  
    7373
    7474<screen><userinput remap="install">make install</userinput></screen>
     75
     76    <para>Some packages in BLFS and beyond expect the
     77    <command>find</command> program in <filename
     78    class="directory">/bin</filename>, so make sure
     79    it's placed there:</para>
     80
     81<screen><userinput remap="install">mv -v /usr/bin/find /bin
     82sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen>
    7583
    7684  </sect2>
  • chapter06/pkgmgt.xml

    re7848c3 r9b26915  
    261261    <filename>/etc/passwd</filename>,
    262262    <filename>/etc/group</filename>,
    263     <filename>/etc/shadow</filename>,
    264     <filename>/etc/ld.so.conf</filename>,
    265     <filename>/etc/sysconfig/rc.site</filename>,
    266     <filename>/etc/sysconfig/network</filename>, and
    267     <filename>/etc/sysconfig/ifconfig.eth0</filename>.
     263    <filename>/etc/shadow</filename>, and
     264    <filename>/etc/ld.so.conf</filename>.
    268265    </para>
    269266
Note: See TracChangeset for help on using the changeset viewer.