Changeset 853ae3e5


Ignore:
Timestamp:
03/17/2019 02:56:39 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
e7d893b
Parents:
c4ecc7d1
Message:

Fix accountsservice build with elogind.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    rc4ecc7d1 r853ae3e5  
    182182      <para>
    183183        To start the <command>accounts-daemon</command> daemon at boot,
    184         enable the previously installed systemd unit by
    185         running the following command as the
     184        <phrase revision="systemd">enable the previously installed systemd
     185        unit</phrase>
     186        <phrase revision="sysv">install the
     187        <filename>/etc/rc.d/init.d/accounts-daemon</filename> init script from
     188        the <xref linkend="bootscripts"/> package</phrase>
     189        by running the following command as the
    186190        <systemitem class="username">root</systemitem> user:
    187191      </para>
     
    191195      </indexterm>
    192196
    193 <screen role="root"><userinput>systemctl enable accounts-daemon</userinput></screen>
     197<screen role="root" revision="sysv"><userinput>make install-accounts-daemon</userinput></screen>
     198
     199<screen role="root" revision="systemd"><userinput>systemctl enable accounts-daemon</userinput></screen>
    194200
    195201    </sect3>
  • introduction/welcome/changelog.xml

    rc4ecc7d1 r853ae3e5  
    6161        </listitem>
    6262        <listitem revision="sysv">
    63           <para>[dj] - Fix accountsservice build with elogind. Unnecessary
    64           after 241.1.</para>
     63          <para>[dj] - Fix accountsservice build with elogind.</para>
    6564        </listitem>
    6665        <listitem revision="sysv">
Note: See TracChangeset for help on using the changeset viewer.