Changeset 339d477


Ignore:
Timestamp:
08/22/2014 03:40:22 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
d3f5d5f8
Parents:
e3692bdf
Message:

Fix sed alignment, typo and remove empty line from lo instructions, merge trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13984 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re3692bdf r339d477  
    4848      <itemizedlist>
    4949        <listitem>
    50           <para>[cjg] - Update to libreoffice-4.3.0.4. fixes
     50          <para>[cjg] - Update to libreoffice-4.3.0.4. Fixes
    5151          <ulink url="&blfs-ticket-root;5311">#5311</ulink>.</para>
    5252        </listitem>
    5353        <listitem>
    54           <para>[name] - Another changelog entry.</para>
     54          <para>[igor] - Use ssh-copy-id shell wrapper for copying OpenSSH
     55          public key. Fixes
     56          <ulink url="&blfs-ticket-root;5368">#5368</ulink>.</para>
    5557        </listitem>
    5658      </itemizedlist>
  • postlfs/security/openssh-systemd.xml

    re3692bdf r339d477  
    259259        <command>ssh-keygen</command> and then copy ~/.ssh/id_rsa.pub to
    260260        ~/.ssh/authorized_keys on the remote computer that you want to log into.
    261         You'll need to change REMOTE_HOSTNAME for the hostname of the remote
    262         computer and you'll also need to enter you password for the ssh command
     261        You'll need to change REMOTE_USERNAME and REMOTE_HOSTNAME for the username and hostname of the remote
     262        computer and you'll also need to enter your password for the ssh-copy-id command
    263263        to succeed:
    264264      </para>
    265265
    266266<screen><userinput>ssh-keygen &amp;&amp;
    267 public_key="$(cat ~/.ssh/id_rsa.pub)" &amp;&amp;
    268 ssh REMOTE_HOSTNAME "echo ${public_key} &gt;&gt; ~/.ssh/authorized_keys" &amp;&amp;
    269 unset public_key</userinput></screen>
     267ssh-copy-id -i ~/.ssh/id_rsa.pub <replaceable>REMOTE_USERNAME</replaceable>@<replaceable>REMOTE_HOSTNAME</replaceable></userinput></screen>
    270268
    271269      <para>
  • xsoft/office/libreoffice.xml

    re3692bdf r339d477  
    303303
    304304    <para>
    305      For i686 systems, fix a problem inroduced by
     305     For i686 systems, fix a problem introduced by
    306306     <application>&gcc-490;</application>:
    307307    </para>
     
    320320
    321321sed -e "/distro-install-file-lists/d"           \
    322     -e "s:fetch_Download_item:&amp;_unchecked:" \
     322    -e "s:fetch_Download_item:&amp;_unchecked:"     \
    323323    -e "/fetch_Download_item/s:,no-check::"     \
    324324   -i Makefile.in                                  &amp;&amp;
     
    341341             --disable-postgresql-sdbc   \
    342342             --enable-release-build      \
    343              --enable-python=system      \
    344             <!-- - -with-system-boost    \ -->
     343             --enable-python=system      \<!--
     344            - -with-system-boost    \ -->
    345345             --with-system-clucene       \
    346346             --with-system-cairo         \
Note: See TracChangeset for help on using the changeset viewer.