The AccountsService package provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these 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.6 systemd platform.
Download (HTTP): http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.37.tar.xz
Download MD5 sum: aa5f4da715b8ec19024e39def88831a0
Download size: 356 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
gobject-introspection-1.40.0 and Systemd (for Logind)
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 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 2014-08-25 18:22:00 -0700