Changeset de18e330


Ignore:
Timestamp:
Jan 30, 2011, 10:11:52 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
275bc81
Parents:
9fedd70f
Message:

Patch procps so that ps supports process control groups.

Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/procps.xml

    r9fedd70f rde18e330  
    2626    <title>Installation of Procps</title>
    2727
     28    <para os="p1">The following patch adds process control group support to
     29    ps:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&procps-pc_cgroup-patch;</userinput></screen>
     32
    2833    <para os="s1">The following fixes an issue with Make 3.82:</para>
    2934
  • BOOK/final-system/multilib/procps-64bit.xml

    r9fedd70f rde18e330  
    2121  <sect2 role="installation">
    2222    <title>Installation of Procps</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/procps.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/procps.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/procps-n32.xml

    r9fedd70f rde18e330  
    2222  <sect2 role="installation">
    2323    <title>Installation of Procps</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/procps.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/procps.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/procps.xml

    r9fedd70f rde18e330  
    2222  <sect2 role="installation">
    2323    <title>Installation of Procps</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/procps.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/procps.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r9fedd70f rde18e330  
    3838
    3939    <listitem>
    40       <para>January 8, 2011</para>
     40      <para>January 30, 2011</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Patch procps so that ps supports process control
     44          groups.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
     50      <para>January 29, 2011</para>
    4151      <itemizedlist>
    4252        <listitem>
  • BOOK/materials/common/patches.xml

    r9fedd70f rde18e330  
    119119
    120120    <varlistentry>
     121      <term>Procps ps cgroup Patch - <token>&procps-ps_cgroup-patch-size;</token>:</term>
     122      <listitem>
     123        <para>Download: <ulink
     124        url="&patches-root;&procps-ps_cgroup-patch;"/></para>
     125        <para>MD5 sum: <literal>&procps-ps_cgroup-patch-md5;</literal></para>
     126      </listitem>
     127    </varlistentry>
     128
     129    <varlistentry>
    121130      <term>Readline Branch Update - <token>&readline-branch_update-patch-size;</token>:</term>
    122131      <listitem>
  • BOOK/patches.ent

    r9fedd70f rde18e330  
    5252<!ENTITY perl-libc-patch-md5 "d572b0cc87b35f1806fd84f88803fb66">
    5353<!ENTITY perl-libc-patch-size "4 KB">
     54
     55<!ENTITY procps-ps_cgroup-patch "procps-&procps-version;-ps_cgroup-1.patch">
     56<!ENTITY procps-ps_cgroup-patch-md5 "3c478ef88fad23353e332b1b850ec630">
     57<!ENTITY procps-ps_cgroup-patch-size "4 KB">
    5458
    5559<!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update-1.patch">
Note: See TracChangeset for help on using the changeset viewer.