summaryrefslogtreecommitdiff
path: root/src/libelogind/libelogind.pc.in
Commit message (Collapse)AuthorAge
* Fix libelogind.pc.inSven Eden2017-03-14
|
* turn kdbus support into a runtime optionKay Sievers2017-03-14
| | | | | | | | | | | | | ./configure --enable/disable-kdbus can be used to set the default behavior regarding kdbus. If no kdbus kernel support is available, dbus-dameon will be used. With --enable-kdbus, the kernel command line option "kdbus=0" can be used to disable kdbus. With --disable-kdbus, the kernel command line option "kdbus=1" is required to enable kdbus support.
* tmpfiles: create /etc/resolv.conf symlink only on bootZbigniew Jędrzejewski-Szmek2017-03-14
| | | | | | | | | | We will create the symlink on boot as a fallback to provide name resolution. But if the symlink was removed afterwards, it most likely should not be recreated. Creating it only on boot also solves the issue where it would be created prematurely during installation, before the system was actually booted. https://bugzilla.redhat.com/show_bug.cgi?id=1197204
* units: conditionalize audit multicast socket on CAP_AUDIT_READLennart Poettering2017-03-14
| | | | | The multicast logic can only work if the capability is available, hence require it.
* tmpfiles: make /home and /var btrfs subvolumes by default when booted up ↵Lennart Poettering2017-03-14
| | | | | | | with them missing This way the root subvolume can be left read-only easily, and variable and user data writable with explicit quota set.
* rename libsystemd*.pc.in to libelogind*.pc.inRicardo Wurmus2015-08-15