From e73a03e059830a3df8fac811f923704311e93731 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2014 23:42:16 +0200 Subject: tmpfiles: get rid of "m" lines, make them redundant by "z" "m" so far has been a non-globbing version of "z". Since this makes it quite redundant, let's get rid of it. Remove "m" from the man pages, beef up "z" docs instead, and make "m" nothing more than a compatibility alias for "z". --- tmpfiles.d/systemd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmpfiles.d') diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index c5910f8cfe..85dc35699d 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -25,7 +25,7 @@ d /run/systemd/netif 0755 systemd-network systemd-network - d /run/systemd/netif/links 0755 systemd-network systemd-network - d /run/systemd/netif/leases 0755 systemd-network systemd-network - -m /var/log/journal 2755 root systemd-journal - - +z /var/log/journal 2755 root systemd-journal - - Z /var/log/journal/%m 2755 root systemd-journal - - -m /run/log/journal 2755 root systemd-journal - - +z /run/log/journal 2755 root systemd-journal - - Z /run/log/journal/%m 2755 root systemd-journal - - -- cgit v1.2.3-54-g00ecf