Changeset ff72c51d


Ignore:
Timestamp:
05/06/2022 05:43:39 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
c24a112a
Parents:
a1bdb65
Message:

rpcbind: Use the upstream provided systemd unit rather than our own.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra1bdb65 rff72c51d  
    4545      <para>May 6th, 2022</para>
    4646      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Use the systemd unit for rpcbind provided by
     49          upstream.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[xry111] - Update to vim-8.2.4814 (security fix).
  • networking/netprogs/rpcbind.xml

    ra1bdb65 rff72c51d  
    183183             <phrase revision="systemd">Systemd Unit</phrase></title>
    184184
    185       <para>
     185      <para revision="sysv">
    186186        Install the
    187187        <phrase revision="sysv"><filename>/etc/rc.d/init.d/rpcbind</filename>
    188         init script</phrase>
    189         <phrase revision="systemd"><filename>rpcbind.service</filename>
    190         unit</phrase> included in the
    191         <xref linkend="bootscripts" revision="sysv"/>
    192         <xref linkend="systemd-units" revision="systemd"/> package.
     188        init script</phrase> included in the
     189        <xref linkend="bootscripts"/> package.
     190      </para>
     191
     192      <para revision="systemd">
     193         Enable the systemd unit installed with the package:
    193194      </para>
    194195
     
    197198      </indexterm>
    198199
    199       <indexterm zone="rpcbind rpcbind-init" revision="systemd">
    200         <primary sortas="f-rpcbind">rpcbind.service</primary>
    201       </indexterm>
    202 
    203 <screen role="root"><userinput>make install-rpcbind</userinput></screen>
     200<screen role="root" revision="sysv"><userinput>make install-rpcbind</userinput></screen>
     201
     202<screen role="root" revision="systemd"><userinput>systemctl enable rpcbind</userinput></screen>
    204203
    205204    </sect3>
Note: See TracChangeset for help on using the changeset viewer.