The AccountsService package provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of those interfaces based on the usermod(8), useradd(8) and userdel(8) commands.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.43.tar.xz
Download MD5 sum: 27a899cdfba9aeae4ba4b0bf2b05810a
Download size: 376 KB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
gobject-introspection-1.50.0 and Systemd-232
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/accountsservice
Install AccountsService by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-admin-group=adm \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-admin-group=adm
:
This switch sets the group for administrator accounts.
--enable-docbook-docs
: This switch
enables building the D-Bus interface API documentation.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2017-02-19 13:23:34 -0800