Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-09 | man/tmpfiles.d.xml: Add missing full stop | Paul Menzel | |
2012-06-27 | man: add reference to systemd-delta to tmpfiles | Lennart Poettering | |
2012-06-20 | tmpfiles: exclude the first level directories in /run/user from automatic ↵ | Lennart Poettering | |
clean up It's logind's job to maintain those user dirs, so avoid automatic clean up for them. However, we do cover everything within them. | |||
2012-06-10 | man: replace tabs with spaces | Kay Sievers | |
2012-06-10 | man: systemd-tmpfiles - document proper config-file-stack order | Kay Sievers | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-03-14 | conf: when looking for configurations look in /etc first, in /run second | Lennart Poettering | |
After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same. | |||
2012-03-12 | man: reword tmpfiles selinux bits | Lennart Poettering | |
2012-01-18 | tmpfiles: support writing short strings to files, in order to support /sys ↵ | Lennart Poettering | |
manipulations at boot time, a la sysctl | |||
2012-01-18 | tmpfiles: add support for creating symlinks, char/block device nodes | Lennart Poettering | |
2011-12-16 | tmpfiles: add 'z', like 'Z' but not recursive | Michal Schmidt | |
2011-12-16 | tmpfiles: apply chown, chmod for 'Z' entries too | Michal Schmidt | |
If changing ownership or permissions is not desired, they can be configured to '-' or omitted entirely. | |||
2011-12-16 | man: mention that 'Z' ignores uid/gid/mode | Michal Schmidt | |
2011-12-16 | man: document 'Z' in tmpfiles | Michal Schmidt | |
2011-07-12 | tmpfiles: allow creation of named pipes with tmpfiles | Lennart Poettering | |
2011-04-25 | tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run | Kay Sievers | |
2011-04-01 | general: replace a few uses of /var/run by /run | Lennart Poettering | |
2011-02-13 | systemd: document systemd-tmpfiles | Lennart Poettering | |
2011-02-12 | tmpfiles: support globs | Lennart Poettering | |
2011-01-01 | man: remaining spelling fixes | Miklos Vajna | |
2010-11-21 | man: document /etc/modules-load.d/ | Lennart Poettering | |
2010-11-19 | man: reorder things to follow the same order everywhere | Lennart Poettering | |
2010-11-10 | man: minor tmpfiles(5) updates and reindenting | Lennart Poettering | |
2010-11-05 | man/tmpfiles.d.xml: add a manpage for tmpfiles.d | Brandon Philips | |
Initial commit of a tmpfiles.d manpage. I ran it through xmllint but I don't know how to make it look pretty like the rest of the xml files. :-P Signed-off-by: Brandon Philips <bphilips@suse.de> |