chiark / gitweb /
Prep v230: Add utmp support to make wall message to work properly.
authorSven Eden <yamakuzure@gmx.net>
Thu, 8 Jun 2017 06:49:12 +0000 (08:49 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:58 +0000 (10:12 +0200)
commitb4f4684f3a95c915491cd7845911ecdf2622b2c2
tree75d5cf09c96acae48f9578294b587afef1391706
parent3e00151fe64164d2a5f2e231120cb4247ec1794f
Prep v230: Add utmp support to make wall message to work properly.
24 files changed:
Makefile.am
cb/elogind.cbp
configure.ac
src/basic/hostname-util.c
src/basic/hostname-util.h
src/basic/terminal-util.c
src/basic/terminal-util.h
src/basic/user-util.c
src/basic/user-util.h
src/basic/util.c
src/libelogind/libelogind.sym
src/libelogind/sd-bus/bus-convenience.c
src/login/logind-dbus.c
src/login/logind-utmp.c [new file with mode: 0644]
src/login/logind.h
src/login/org.freedesktop.login1.conf
src/login/org.freedesktop.login1.policy.in
src/login/org.freedesktop.login1.service
src/shared/utmp-wtmp.c [new file with mode: 0644]
src/shared/utmp-wtmp.h [new file with mode: 0644]
src/systemd/sd-bus.h
src/update-utmp/Makefile [new file with mode: 0644]
src/update-utmp/update-utmp.c [new file with mode: 0644]
src/update-utmp/update-utmp.h [new file with mode: 0644]