Skip to content

Commit fc63fd0

Browse files
YHNdnzjbluca
authored andcommitted
man,units: drop "temporary" from description of systemd-tmpfiles
Historically, systemd-tmpfiles was designed to manager temporary files, but nowadays it has become a generic tool for managing all kinds of files. To avoid user confusion, let's remove "temporary" from the tool's description. As discussed in #33349 (cherry picked from commit b5c8cc0) (cherry picked from commit 1a0e696) (cherry picked from commit c752efd) (cherry picked from commit 269fb21) (cherry picked from commit dea4c37)
1 parent 7f6aecc commit fc63fd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

man/systemd-tmpfiles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<refsect1>
4949
<title>Description</title>
5050

51-
<para><command>systemd-tmpfiles</command> creates, deletes, and cleans up volatile and temporary files
52-
and directories, using the configuration file format and location specified in
51+
<para><command>systemd-tmpfiles</command> creates, deletes, and cleans up files and directories, using
52+
the configuration file format and location specified in
5353
<citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. It must
5454
be invoked with one or more options <option>--create</option>, <option>--remove</option>, and
5555
<option>--clean</option>, to select the respective subset of operations.</para>

units/systemd-tmpfiles-setup.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Create Volatile Files and Directories
11+
Description=Create System Files and Directories
1212
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
1313

1414
DefaultDependencies=no

units/user/systemd-tmpfiles-setup.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Create User's Volatile Files and Directories
11+
Description=Create User Files and Directories
1212
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
1313
DefaultDependencies=no
1414
Conflicts=shutdown.target

0 commit comments

Comments
 (0)