Changeset 66d223b for postlfs/security


Ignore:
Timestamp:
01/16/2021 07:42:59 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 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:
a6423d8
Parents:
b657499
Message:

OpenSSH: Adapt ssh-copy-id to bash-5.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24113 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    rb657499 r66d223b  
    145145<screen><userinput remap="pre">patch -Np1 -i ../openssh-&openssh-version;-glibc_2.31_fix-1.patch</userinput></screen>
    146146-->   
     147    <para>
     148      First, adapt <application>ssh-copy-id</application> to changes
     149      in bash-5.1:
     150    </para>
     151
     152<screen><userinput remap="pre">sed -e '/INSTALLKEYS_SH/s/)//' -e '260a\  )' -i contrib/ssh-copy-id</userinput></screen>
     153
    147154    <para>
    148155      Install <application>OpenSSH</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.