Changeset 1a3d7fb2 for postlfs/security


Ignore:
Timestamp:
06/02/2021 04:56:14 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6f2d3c3
Parents:
29e0d9d6
git-author:
Xi Ruoyao <xry111@…> (06/02/2021 04:55:28 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/02/2021 04:56:14 AM)
Message:

openssh: merge /usr, and stop using deprecated /var/run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r29e0d9d6 r1a3d7fb2  
    169169    </para>
    170170
    171 <screen><userinput>./configure --prefix=/usr                     \
    172             --sysconfdir=/etc/ssh             \
    173             --with-md5-passwords              \
    174             --with-privsep-path=/var/lib/sshd &amp;&amp;
     171<screen><userinput>./configure --prefix=/usr                            \
     172            --sysconfdir=/etc/ssh                    \
     173            --with-md5-passwords                     \
     174            --with-privsep-path=/var/lib/sshd        \
     175            --with-default-path=/usr/bin             \
     176            --with-superuser-path=/usr/sbin:/usr/bin \
     177            --with-pid-dir=/run
    175178make</userinput></screen>
    176179
     
    232235      <parameter>--with-md5-passwords</parameter>: This enables the use of MD5
    233236      passwords.
     237    </para>
     238
     239    <para>
     240      <parameter>--with-default-path=/usr/bin</parameter> and
     241      <parameter>--with-superuser-path=/usr/sbin:/usr/bin</parameter>:
     242      These set <envar>PATH</envar> consistent with LFS and BLFS
     243      <application>Shadow</application> package.
     244    </para>
     245
     246    <para>
     247      <parameter>--with-pid-dir=/run</parameter>: This prevents
     248      <application>OpenSSH</application> from refering to deprecated
     249      <filename class="directory">/var/run</filename>.
    234250    </para>
    235251
Note: See TracChangeset for help on using the changeset viewer.