Changes in / [e3c9e953:5e479452]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    re3c9e953 r5e479452  
    6868        <para>
    6969          Estimated build time: &gnome-shell-time;
    70         </para>
    71       </listitem>
    72     </itemizedlist>
    73 
    74     <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
    75     <itemizedlist spacing="compact" revision="sysv">
    76       <listitem>
    77         <para>
    78           Required patch:
    79           <ulink url="&patch-root;/gnome-shell-&gnome-shell-version;-fix_xwayland-1.patch"/>
    8070        </para>
    8171      </listitem>
     
    142132    </para>
    143133
    144 <screen revision="sysv"><userinput>patch -Np1 -i ../gnome-shell-&gnome-shell-version;-fix_xwayland-1.patch &amp;&amp;
    145 
    146 mkdir build &amp;&amp;
     134<screen revision="sysv"><userinput>mkdir build &amp;&amp;
    147135cd    build &amp;&amp;
    148136
     
    172160  <sect2 role="commands">
    173161    <title>Command Explanations</title>
    174 
    175     <para revision="sysv">
    176       <command>patch ...</command>: This patch fixes a bug when trying to
    177       start an xwayland application on non systemd.
    178     </para>
    179162
    180163    <para revision="sysv">
  • introduction/welcome/changelog.xml

    re3c9e953 r5e479452  
    4545      <para>May 18th, 2021</para>
    4646      <itemizedlist>
    47         <listitem revision="sysv">
    48           <para>[pierre] - gnome-shell: add a patch to fix a failure to start
    49           xwayland applications on non systemd.</para>
    50         </listitem>
    51         <listitem>
    52           <para>[ken] - in Linux-PAM do not move libs to /lib.</para>
    53         </listitem>
    5447        <listitem>
    5548          <para>[bdubbs] - Update to pango-1.48.5. Fixes
  • postlfs/security/linux-pam.xml

    re3c9e953 r5e479452  
    172172    </para>
    173173
    174 <screen><userinput>./configure --prefix=/usr                        \
    175             --sysconfdir=/etc                     \
    176             --libdir=/usr/lib                      \
    177             --enable-securedir=/usr/lib/security    \
     174<screen><userinput>./configure --prefix=/usr                    \
     175            --sysconfdir=/etc                \
     176            --libdir=/usr/lib                \
     177            --enable-securedir=/lib/security \
    178178            --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; &amp;&amp;
    179179make</userinput></screen>
     
    240240
    241241<screen role="root"><userinput>make install &amp;&amp;
    242 chmod -v 4755 /usr/sbin/unix_chkpwd</userinput></screen>
     242chmod -v 4755 /sbin/unix_chkpwd &amp;&amp;
     243
     244for file in pam pam_misc pamc
     245do
     246  mv -v /usr/lib/lib${file}.so.* /lib &amp;&amp;
     247  ln -sfv ../../lib/$(readlink /usr/lib/lib${file}.so) /usr/lib/lib${file}.so
     248done</userinput></screen>
    243249
    244250  </sect2>
     
    248254
    249255    <para>
    250       <parameter>--enable-securedir=/usr/lib/security</parameter>:
     256      <parameter>--enable-securedir=/lib/security</parameter>:
    251257      This switch sets the installation location for the
    252258      <application>PAM</application> modules.
     
    265271
    266272    <para>
    267       <command>chmod -v 4755 /usr/sbin/unix_chkpwd</command>:
     273      <command>chmod -v 4755 /sbin/unix_chkpwd</command>:
    268274      The <command>unix_chkpwd</command> helper program must be setuid
    269275      so that non-<systemitem class="username">root</systemitem>
Note: See TracChangeset for help on using the changeset viewer.