Changeset d6c4d88


Ignore:
Timestamp:
06/06/2021 10:43:38 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
eaa3327
Parents:
2081610e
Message:

rpcbind: Adapt to merged-/usr changes. Changed --bindir to /usr/sbin so
that rpcinfo still appears in the right place

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2081610e rd6c4d88  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Adapt rpcbind to merged-/usr changes.</para>
     50        </listitem>
     51        <listitem>
    4952          <para>[renodr] - Update to evolution-data-server-3.40.2. Part of
    5053          <ulink url="&blfs-ticket-root;15118">#15118</ulink>.</para>
  • networking/netprogs/rpcbind.xml

    r2081610e rd6c4d88  
    120120    </para>
    121121
     122<!-- Previously, there were switches for bindir= and sbindir= pointing to /sbin
     123     However, with a DESTDIR= install after merged-/usr changes, I think we can
     124     just run bindir=/usr/sbin to get rpcinfo in /usr/sbin, and leave sbindir=
     125     alone. -renodr -->
     126
    122127<screen revision="sysv"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-vulnerability_fixes-1.patch &amp;&amp;
    123128
    124129./configure --prefix=/usr                                  \
    125             --bindir=/sbin                                 \
    126             --sbindir=/sbin                                \
     130            --bindir=/usr/sbin                             \
    127131            --with-rpcuser=root                            \
    128132            --enable-warmstarts                            \
     
    133137
    134138./configure --prefix=/usr       \
    135             --bindir=/sbin      \
    136             --sbindir=/sbin     \
     139            --bindir=/usr/sbin  \
    137140            --enable-warmstarts \
    138141            --with-rpcuser=rpc  &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.