summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRyan Gonzalez <rymg19@gmail.com>2019-01-06 18:12:31 -0600
committerRyan Gonzalez <rymg19@gmail.com>2019-01-08 14:30:15 -0600
commita6f4464571f516c44af731b033e557671bcf8ca5 (patch)
tree54c46bb1e010aa142ffb2f3066de64bb7dbe81b2 /man
parent609d34736fc69ce3bf261eddd1948fe34025923a (diff)
downloadsystemd-a6f4464571f516c44af731b033e557671bcf8ca5.tar.gz
tmpfiles: Make C still copy if the destination directory is empty
Fixes #11287.
Diffstat (limited to 'man')
-rw-r--r--man/tmpfiles.d.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 5d393f3984..bc6c8cdf43 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -282,11 +282,11 @@ L /tmp/foobar - - - - /dev/null</programlisting>
<varlistentry>
<term><varname>C</varname></term>
<listitem><para>Recursively copy a file or directory, if the
- destination files or directories do not exist yet. Note that
- this command will not descend into subdirectories if the
- destination directory already exists. Instead, the entire
- copy operation is skipped. If the argument is omitted, files
- from the source directory
+ destination files or directories do not exist yet or the
+ destination directory is empty. Note that this command will not
+ descend into subdirectories if the destination directory already
+ exists and is not empty. Instead, the entire copy operation is
+ skipped. If the argument is omitted, files from the source directory
<filename>/usr/share/factory/</filename> with the same name
are copied. Does not follow symlinks.</para></listitem>
</varlistentry>