]> git.ipfire.org Git - people/ms/systemd.git/commit
mount: implement mounting properly
authorLennart Poettering <lennart@poettering.net>
Sat, 10 Apr 2010 15:53:17 +0000 (17:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 10 Apr 2010 16:00:34 +0000 (18:00 +0200)
commite537352b9bfffe6f6286483bff2c7601c78407e3
treebe1a46883f8a1bc6b666bd680adda2d309979c15
parent108736d0d34d7b74a61a6ac7b99d4d4fec81ce09
mount: implement mounting properly

This also includes code that writes utmp/wtmp records when applicable,
making use the mount infrastructure to detct when those files are
accessible.

Finally, this also introduces a --dump-configuration-items switch.
21 files changed:
Makefile.am
automount.c
automount.h
device.c
load-fragment.c
load-fragment.h
main.c
manager.c
manager.h
mount.c
mount.h
service.c
service.h
socket.c
socket.h
target.c
timer.c
unit.c
unit.h
utmp-wtmp.c [new file with mode: 0644]
utmp-wtmp.h [new file with mode: 0644]