diff options
author | Donald A. Cupp Jr <doncuppjr@yahoo.com> | 2019-09-06 00:03:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-09-16 21:11:44 +0200 |
commit | d34a58222de4c2ee93c68411b4f9042f08e5132f (patch) | |
tree | dd141bf83ec2a869d07e9cbd56593b306111d16a /tmpfiles.d | |
parent | hwdb: add Medion Akoya E2292 (#13498) (diff) | |
download | systemd-d34a58222de4c2ee93c68411b4f9042f08e5132f.tar.xz systemd-d34a58222de4c2ee93c68411b4f9042f08e5132f.zip |
Update m4 for selective utmp support.
modified: tmpfiles.d/systemd.conf.m4
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf.m4 b/tmpfiles.d/systemd.conf.m4 index d39c9cbbcf..9c57d3b21c 100644 --- a/tmpfiles.d/systemd.conf.m4 +++ b/tmpfiles.d/systemd.conf.m4 @@ -8,7 +8,9 @@ # See tmpfiles.d(5) for details d /run/user 0755 root root - +m4_ifdef(`ENABLE_UTMP', F! /run/utmp 0664 root utmp - +)m4_dnl d /run/systemd/ask-password 0755 root root - d /run/systemd/seats 0755 root root - |