Changes in / [2b687ad:e59e934]
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/procps.xml
r2b687ad re59e934 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&procps-ps_cgroup-patch;</userinput></screen> 32 32 33 <para os="p3">The following patch fixes an issue where some procps utils34 print an error on the screen if the monitor isn't running at 60Hz:</para>35 36 <screen os="p4"><userinput>patch -Np1 -i ../&procps-fix_HZ_errors-patch;</userinput></screen>37 38 33 <para os="s1">The following fixes an issue with Make 3.82:</para> 39 34 -
BOOK/general.ent
r2b687ad re59e934 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 2"> <!-- Use two digits -->4 <!ENTITY month_name "Feb urary">5 <!ENTITY day " 10"> <!-- Use two digits -->3 <!ENTITY month "01"> <!-- Use two digits --> 4 <!ENTITY month_name "February"> 5 <!ENTITY day "06"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r2b687ad re59e934 36 36 </listitem> 37 37 --> 38 39 <listitem>40 <para>February 10, 2011</para>41 <itemizedlist>42 <listitem>43 <para>[jciccone] - Added patch to procps to fix an issue when the44 screen refresh rate isn't 60Hz.</para>45 </listitem>46 </itemizedlist>47 </listitem>48 38 49 39 <listitem> -
BOOK/materials/common/patches.xml
r2b687ad re59e934 119 119 120 120 <varlistentry> 121 <term>Procps Fix HZ Errors Patch - <token>&procps-fix_HZ_errors-patch-size;</token>:</term>122 <listitem>123 <para>Download: <ulink124 url="&patches-root;&procps-fix_HZ_errors-patch;"/></para>125 <para>MD5 sum: <literal>&procps-fix_HZ_errors-patch-md5;</literal></para>126 </listitem>127 </varlistentry>128 129 <varlistentry>130 121 <term>Procps ps cgroup Patch - <token>&procps-ps_cgroup-patch-size;</token>:</term> 131 122 <listitem> -
BOOK/patches.ent
r2b687ad re59e934 56 56 <!ENTITY procps-ps_cgroup-patch-md5 "3c478ef88fad23353e332b1b850ec630"> 57 57 <!ENTITY procps-ps_cgroup-patch-size "4 KB"> 58 59 <!ENTITY procps-fix_HZ_errors-patch "procps-&procps-version;-fix_HZ_errors-1.patch">60 <!ENTITY procps-fix_HZ_errors-patch-md5 "2ea4c8e9a2c2a5a291ec63c92d7c6e3b">61 <!ENTITY procps-fix_HZ_errors-patch-size "4 KB">62 58 63 59 <!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update-1.patch"> -
BOOK/users_groups.ent
r2b687ad re59e934 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!-- User IDs for use through out the book -->3 <!-- User IDs for use throught the book --> 4 4 5 5 <!ENTITY uid-root "0"> … … 15 15 <!ENTITY uid-nobody "65534"> 16 16 17 <!-- Group IDs for use through out the book -->17 <!-- Group IDs for use throught the book --> 18 18 19 19 <!ENTITY gid-root "0">
Note:
See TracChangeset
for help on using the changeset viewer.