diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-19 19:05:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-19 19:06:39 +0200 |
commit | 8530dc4467691a893aa2e07319b18a84fec96cad (patch) | |
tree | ee5e6242a52b57b6a47ff86e5c731100e7a7240a /.gitignore | |
parent | 81163121e649523b4071f67ddc03c2db649036c5 (diff) |
tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs/GIDs from
This way we can guarantee a limited amount of compatibility with
login.defs, by generate an appopriate "r" line out of it, on package
installation.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a3d8c4ea91..8189da71f0 100644 --- a/.gitignore +++ b/.gitignore @@ -228,6 +228,7 @@ /test-time /test-tmpfiles /test-udev +/test-uid-range /test-unifont /test-unit-file /test-unit-name |