You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
7 years ago
|
From fc3494e5b171b36621b7bc95ba65ee4b58789283 Mon Sep 17 00:00:00 2001
|
||
|
From: Lennart Poettering <lennart@poettering.net>
|
||
|
Date: Mon, 13 Apr 2015 15:23:07 +0200
|
||
|
Subject: [PATCH] man: fix examples indentation in tmpfiles.d(5)
|
||
|
|
||
|
(cherry picked from commit bd1100898d63e9e2d8f6327b6895454f9abd5bd0)
|
||
|
|
||
|
Cherry-picked from: c784558
|
||
|
Resolves: #1222517
|
||
|
---
|
||
|
man/tmpfiles.d.xml | 6 +++---
|
||
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
||
|
|
||
|
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
|
||
|
index 4bd0fcf75..9b4e11c1b 100644
|
||
|
--- a/man/tmpfiles.d.xml
|
||
|
+++ b/man/tmpfiles.d.xml
|
||
|
@@ -504,15 +504,15 @@
|
||
|
boot with specific modes and ownership.</para>
|
||
|
|
||
|
<programlisting>d /run/screens 1777 root root 10d
|
||
|
- d /run/uscreens 0755 root root 10d12h
|
||
|
- t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting>
|
||
|
+d /run/uscreens 0755 root root 10d12h
|
||
|
+t /run/screen - - - - user.name="John Smith" security.SMACK64=screen</programlisting>
|
||
|
</example>
|
||
|
<example>
|
||
|
<title>/etc/tmpfiles.d/abrt.conf example</title>
|
||
|
<para><command>abrt</command> needs a directory created at boot with specific mode and ownership and its content should be preserved.</para>
|
||
|
|
||
|
<programlisting>d /var/tmp/abrt 0755 abrt abrt
|
||
|
- x /var/tmp/abrt/*</programlisting>
|
||
|
+x /var/tmp/abrt/*</programlisting>
|
||
|
</example>
|
||
|
</refsect1>
|
||
|
|