mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
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
This commit is contained in:
parent
b60ea758cf
commit
a9fa36edd0
@ -36,6 +36,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2010-09-17</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Remove optional symlink in psmisc
|
||||||
|
becasue if it is not overwritten by the sysvinit
|
||||||
|
intallation, it will break the init scripts.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2010-09-06</para>
|
<para>2010-09-06</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
|
||||||
|
<!--
|
||||||
<para>By default, Psmisc's <command>pidof</command> program is not
|
<para>By default, Psmisc's <command>pidof</command> program is not
|
||||||
installed. This usually is not a problem because it is installed later
|
installed. This usually is not a problem because it is installed later
|
||||||
in the Sysvinit package, which provides a better
|
in the Sysvinit package, which provides a better
|
||||||
@ -70,11 +71,12 @@
|
|||||||
|
|
||||||
<screen><userinput remap="install">mv /usr/bin/killall /bin
|
<screen><userinput remap="install">mv /usr/bin/killall /bin
|
||||||
ln -sv killall /bin/pidof</userinput></screen>
|
ln -sv killall /bin/pidof</userinput></screen>
|
||||||
|
-->
|
||||||
|
<para>Finally, move the <command>killall</command> and <command>fuser</command>
|
||||||
|
programs to the location specified by the FHS:</para>
|
||||||
|
|
||||||
<para>Finally, move the <command>fuser</command> program to the location
|
<screen><userinput remap="install">mv -v /usr/bin/fuser /bin
|
||||||
specified by the FHS:</para>
|
mv -v /usr/bin/killall /bin</userinput></screen>
|
||||||
|
|
||||||
<screen><userinput remap="install">mv /usr/bin/fuser /bin</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20100906">
|
<!ENTITY version "SVN-20100917">
|
||||||
<!ENTITY releasedate "September 6, 2010">
|
<!ENTITY releasedate "September 17, 2010">
|
||||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "6.7">
|
<!ENTITY milestone "6.7">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user