From 9a4eeb4a0cf8efc1c1c87e541361bc61c60ce23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 10 May 2017 07:09:52 -0400 Subject: [PATCH] units: make descriptions of api filesystems less generic (#5914) All those names were very generic. Fixes #5911. --- units/sys-kernel-config.mount | 2 +- units/sys-kernel-debug.mount | 2 +- units/tmp.mount.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index 21648eff6a..7f2e1d92f3 100644 --- a/units/sys-kernel-config.mount +++ b/units/sys-kernel-config.mount @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Configuration File System +Description=Kernel Configuration File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount index 1e94387bac..d5c50ea142 100644 --- a/units/sys-kernel-debug.mount +++ b/units/sys-kernel-debug.mount @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Debug File System +Description=Kernel Debug File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no diff --git a/units/tmp.mount.m4 b/units/tmp.mount.m4 index 0baecfd22f..854c7ae614 100644 --- a/units/tmp.mount.m4 +++ b/units/tmp.mount.m4 @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Temporary Directory +Description=Temporary Directory (/tmp) Documentation=man:hier(7) Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems ConditionPathIsSymbolicLink=!/tmp