Changeset a9fa36e


Ignore:
Timestamp:
09/17/2010 04:37:25 PM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1b8d78b
Parents:
b60ea75
Message:

Remove optional symlink in psmisc
becasue if it is not overwritten by the sysvinit, it will break the init scripts

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb60ea75 ra9fa36e  
    3838-->
    3939    <listitem>
     40      <para>2010-09-17</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Remove optional symlink in psmisc
     44          becasue if it is not overwritten by the sysvinit
     45          intallation, it will break the init scripts.
     46          </para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4052      <para>2010-09-06</para>
    4153      <itemizedlist>
  • chapter06/psmisc.xml

    rb60ea75 ra9fa36e  
    6161<screen><userinput remap="install">make install</userinput></screen>
    6262
     63<!--
    6364    <para>By default, Psmisc's <command>pidof</command> program is not
    6465    installed. This usually is not a problem because it is installed later
     
    7172<screen><userinput remap="install">mv /usr/bin/killall /bin
    7273ln -sv killall /bin/pidof</userinput></screen>
     74-->
     75    <para>Finally, move the <command>killall</command> and <command>fuser</command>
     76    programs to the location specified by the FHS:</para>
    7377
    74     <para>Finally, move the <command>fuser</command> program to the location
    75     specified by the FHS:</para>
    76 
    77 <screen><userinput remap="install">mv /usr/bin/fuser /bin</userinput></screen>
     78<screen><userinput remap="install">mv -v /usr/bin/fuser /bin
     79mv -v /usr/bin/killall /bin</userinput></screen>
    7880
    7981  </sect2>
  • general.ent

    rb60ea75 ra9fa36e  
    1 <!ENTITY version "SVN-20100906">
    2 <!ENTITY releasedate "September 6, 2010">
     1<!ENTITY version "SVN-20100917">
     2<!ENTITY releasedate "September 17, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.7">
Note: See TracChangeset for help on using the changeset viewer.