diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-03-12 01:28:44 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-03-12 01:37:31 -0700 |
commit | c75352af3d787377c4aa62baa1331f37db3d1d97 (patch) | |
tree | 4548740581815df176adb6b5781878b61aea7444 /sh/.gitignore | |
parent | b27a9003bb0e3123b91b2b734629f980b8ccad6f (diff) |
sh/tmpfiles: tmpfiles.d support.
This is the baseline support for tmpfiles.d.
Still missing:
- SELinux relabel, pending upstream clarification
- LIBDIR vs multilib systems, pending upstream clarification
- Whitespace in paths?
- Clean support not implemented
- "x" exclude type not implemented
X-Gentoo-Bug: 396003
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=396003
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sh/.gitignore')
-rw-r--r-- | sh/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.gitignore b/sh/.gitignore index f67b992a..3f6ef3f7 100644 --- a/sh/.gitignore +++ b/sh/.gitignore @@ -9,3 +9,4 @@ init-early.sh ifwatchd-carrier.sh ifwatchd-nocarrier.sh udhcpc-hook.sh +tmpfiles.sh |