summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add function to get user unit directory, as requested in bug #449304.Michał Górny2012-12-311-1/+13
|
* Add function to update systemd journal catalog database.Michał Górny2012-12-311-1/+24
|
* systemd_do*: use local variable scope instead of subshelling.Michał Górny2012-11-211-17/+13
|
* Add systemd_with_utildir() as well.Michał Górny2012-10-301-1/+12
|
* Introduce systemd_get_utildir() wrt bug #440320.Michał Górny2012-10-301-1/+13
|
* Replace "echo -n" with "echo", bash removes trailing newline in subshells ↵Michał Górny2012-10-301-4/+4
| | | | anyway.
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* Drop blockers for ancient systemd versions.Michał Górny2012-08-271-5/+1
|
* tmpfiles.d: ensure .conf suffix when installing.Michał Górny2012-08-271-1/+9
|
* Add systemd_newtmpfilesd().Michał Górny2012-08-271-1/+15
|
* Install systemd units to /usr/lib.Michał Górny2012-01-071-2/+6
|
* Fix use of dosym with directory destination.Michał Górny2012-01-051-3/+4
|
* Clean up, fix and simplify prefix support.Michał Górny2011-09-171-7/+13
|
* trim useless trailing whitespaceMike Frysinger2011-08-291-2/+2
|
* systemd_dounit: fix for prefixZac Medico2011-07-281-2/+4
|
* return an EPREFIX'd path in systemd_get_unitdir(), approved by maintainerJeremy Olexa2011-06-241-2/+3
|
* Add systemd_newunit() to handle @-related renames gracefully.Michał Górny2011-06-191-1/+15
|
* Support passing an optional configure option name to systemd_with_unitdir.Michał Górny2011-06-161-2/+9
|
* Introduce systemd_dotmpfilesd() for installing tmpfiles.d files.Michał Górny2011-06-111-1/+15
|
* Drop needless `inherit multilib'. Thanks to Henry Gebhardt for pointing this ↵Michał Górny2011-05-041-3/+1
| | | | out.
* Introducing systemd.eclass - a helper eclass to handle systemd unit ↵Michał Górny2011-05-041-0/+102
installation.