Changeset 74c70faa


Ignore:
Timestamp:
06/11/2017 11:58:56 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
ad6f90ab
Parents:
5a717c0
Message:

Fix some spacing issues

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libtirpc.xml

    r5a717c0 r74c70faa  
    106106    </para>
    107107
    108 <screen><userinput>
    109 patch -Np1 -i ../libtirpc-&libtirpc-version;-vulnerability_fixes-1.patch &amp;&amp;
     108<screen><userinput>patch -Np1 -i ../libtirpc-&libtirpc-version;-vulnerability_fixes-1.patch &amp;&amp;
     109
    110110./configure --prefix=/usr                                   \
    111111            --sysconfdir=/etc                               \
  • networking/netprogs/rpcbind.xml

    r5a717c0 r74c70faa  
    111111make</userinput></screen>
    112112
    113 <screen revision="systemd">
    114 <userinput>
    115 patch -Np1 -i ../rpcbind-&rpcbind-version;-vulnerability_fixes-1.patch &amp;&amp;
    116            ./configure --prefix=/usr                       \
    117             --bindir=/sbin                                 \
    118             --enable-warmstarts                            \
    119             --with-rpcuser=rpc                             &amp;&amp;
     113<screen revision="systemd"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-vulnerability_fixes-1.patch &amp;&amp;
     114
     115./configure --prefix=/usr       \
     116            --bindir=/sbin      \
     117            --enable-warmstarts \
     118            --with-rpcuser=rpc  &amp;&amp;
    120119make</userinput></screen>
    121120
Note: See TracChangeset for help on using the changeset viewer.