summaryrefslogtreecommitdiff
path: root/src/core/systemd.pc.in
Commit message (Collapse)AuthorAge
* pc: no longer expose exec_prefix in .pc fileLennart Poettering2014-06-30
| | | | | There's little reason to export this, so let's drop it to minimize the file a bit.
* pc: expose more drop-in dirs in the .pc fileLennart Poettering2014-06-30
|
* pc: export $libdir in the .pc fileLennart Poettering2014-06-30
| | | | | | This is useful for code that tries to figure out the primary arch's $libdir on the local system, given that is different on the various Linuxes.
* logind: don't apply RemoveIPC= to system usersLennart Poettering2014-05-21
| | | | | | | | | | | | | | We shouldn't destroy IPC objects of system users on logout. http://lists.freedesktop.org/archives/systemd-devel/2014-April/018373.html This introduces SYSTEM_UID_MAX defined to the maximum UID of system users. This value is determined compile-time, either as configure switch or from /etc/login.defs. (We don't read that file at runtime, since this is really a choice for a system builder, not the end user.) While we are at it we then also update journald to use SYSTEM_UID_MAX when we decide whether to split out log data for a specific client.
* pkg-config: export systemd{system,user}generatordir and catalogdirZbigniew Jędrzejewski-Szmek2013-08-03
| | | | | | | | | | | | We export the location of a bunch of directories this way, so it makes sense to add those three. Especially catalogdir is something that we want people to add things to. Note on the naming: the first two are tied closely to systemd itself, so I prefixed them with "systemd". The third one is rather more generic, so no prefix. https://bugs.freedesktop.org/show_bug.cgi?id=67635
* rpm: expose preset dir as rpm macro and in systemd.pcLennart Poettering2012-09-13
|
* move more main systemd parts to core/Kay Sievers2012-04-12