mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
e73a03e059
"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".
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
# See tmpfiles.d(5) for details
|
|
|
|
d /run/user 0755 root root ~10d
|
|
F! /run/utmp 0664 root utmp -
|
|
|
|
f /var/log/wtmp 0664 root utmp -
|
|
f /var/log/btmp 0600 root utmp -
|
|
|
|
d /var/cache/man - - - 30d
|
|
|
|
d /run/systemd/ask-password 0755 root root -
|
|
d /run/systemd/seats 0755 root root -
|
|
d /run/systemd/sessions 0755 root root -
|
|
d /run/systemd/users 0755 root root -
|
|
d /run/systemd/machines 0755 root root -
|
|
d /run/systemd/shutdown 0755 root root -
|
|
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 -
|
|
|
|
z /var/log/journal 2755 root systemd-journal - -
|
|
Z /var/log/journal/%m 2755 root systemd-journal - -
|
|
z /run/log/journal 2755 root systemd-journal - -
|
|
Z /run/log/journal/%m 2755 root systemd-journal - -
|