Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tmpfiles.eclass: Sanitize insopts | Michał Górny | 2018-06-13 | 1 | -0/+2 |
| | | | | | Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | tmpfiles.eclass: allow EAPI 5 usage | Mike Gilbert | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | tmpfiles.eclass: Explicit warn on ROOT != / to avoid breakage | Michał Górny | 2018-01-01 | 1 | -1/+12 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/4526 | ||||
* | tmpfiles.eclass: Support using on non-Linux systems | Michał Górny | 2018-01-01 | 1 | -7/+10 |
| | | | | | | | | | | | | | | Fix the eclass code to remove the misguided Linux conditionals. The whole purpose of the eclass was to avoid having to implement fallback logic for systems not having service manager tmpfiles.d support. Making it conditional to Linux implied that for non-Linux systems (Prefix, FreeBSD) we would have to implement explicit fallback to create the necessary directories. While systemd (and therefore systemd-tmpfilesd) is indeed Linux-specific, the opentmpfiles implementation should be pretty portable and there is no reason to restrict it to Linux only, or to prevent using it on non-Linux OpenRC (and non-OpenRC) systems. | ||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | tmpfiles.eclass: fix call to tmpfiles for #603342 | William Hubbs | 2016-12-23 | 1 | -2/+2 |
| | |||||
* | tmpfiles.eclass: fix 'if' statement syntax | Mike Gilbert | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | tmpfiles.eclass: add eclass for tmpfiles processing | William Hubbs | 2016-12-01 | 1 | -0/+123 |