Changeset 6a609bd7


Ignore:
Timestamp:
03/20/2020 02:45:12 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 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:
bdfc854
Parents:
c130abf
Message:

systemd: allows homectl/homed and userdbctl/userdbd to be built

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    rc130abf r6a609bd7  
    187187      --sysconfdir=/etc     \
    188188      --localstatedir=/var  \
    189       -Dhomed=false         \
    190       -Duserdb=false        \
    191189      -Dblkid=true          \
    192190      -Dbuildtype=release   \
     
    331329      <seglistitem>
    332330        <seg>
    333           None
     331          <!-- maybe userdbd/userdbctl can go in LFS, try at next time -->
     332          homectl (if <xref linkend="cryptsetup"/> is installed)
     333          and userdbctl
    334334        </seg>
    335335        <seg>
     
    347347      <?dbfo list-presentation="list"?>
    348348      <?dbhtml list-presentation="table"?>
     349
     350      <varlistentry id="homectl">
     351        <term><command>homectl</command></term>
     352        <listitem>
     353          <para>
     354            is a tool to create, remove, change, or inspect a home directory
     355            managed by <command>systemd-homed</command>;  note that it's
     356            useless for the classic UNIX users and home directories which
     357            we are using in LFS/BLFS book
     358          </para>
     359          <indexterm zone="systemd homectl">
     360            <primary sortas="b-homectl">homectl</primary>
     361          </indexterm>
     362        </listitem>
     363      </varlistentry>
     364
     365      <varlistentry id="userdbctl">
     366        <term><command>userdbctl</command></term>
     367        <listitem>
     368          <para>
     369            inspect users, groups, and group memberships
     370          </para>
     371          <indexterm zone="systemd userdbctl">
     372            <primary sortas="b-userdbctl">userdbctl</primary>
     373          </indexterm>
     374        </listitem>
     375      </varlistentry>
    349376
    350377      <varlistentry id="pam_systemd">
Note: See TracChangeset for help on using the changeset viewer.