From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 May 2017 11:09:52 +0000 (-0400) Subject: units: make descriptions of api filesystems less generic (#5914) X-Git-Tag: v234~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a4eeb4a0cf8efc1c1c87e541361bc61c60ce23a;p=thirdparty%2Fsystemd.git units: make descriptions of api filesystems less generic (#5914) All those names were very generic. Fixes #5911. --- diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index 21648eff6af..7f2e1d92f32 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 1e94387bacb..d5c50ea1429 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 0baecfd22f8..854c7ae6141 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