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-7.10 platform.
Download (HTTP): http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.42.tar.xz
Download MD5 sum: 77a38325c82effa976cc1a03fbcd5117
Download size: 372 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
gobject-introspection-1.48.0 and Systemd-231
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.
--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 2016-08-29 13:59:18 -0700