From b4414839ceaca69b9feb7b870a1cc4adee8b6d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 30 Jun 2021 13:20:27 +0200 Subject: units: adjust description of systemd-update-utmp.service "Update about" is not gramatically correct. I also think saying "Record" makes this easier to understand for people who don't necessarilly know what UTMP is. (cherry picked from commit 2e32d390b0cb49a7fd074c50fab43c097c38d4f3) --- docs/index.md | 4 ++-- units/systemd-update-utmp-runlevel.service.in | 2 +- units/systemd-update-utmp.service.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index c853d8020e..c5d7f84991 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,9 +67,9 @@ Welcome to Fedora 20 (Heisenbug)! Starting Recreate Volatile Files and Directories... Starting Trigger Flushing of Journal to Persistent Storage... [ OK ] Started Recreate Volatile Files and Directories. - Starting Update UTMP about System Reboot/Shutdown... + Starting Record System Reboot/Shutdown in UTMP... [ OK ] Started Trigger Flushing of Journal to Persistent Storage. -[ OK ] Started Update UTMP about System Reboot/Shutdown. +[ OK ] Started Record System Reboot/Shutdown in UTMP. [ OK ] Reached target System Initialization. [ OK ] Reached target Timers. [ OK ] Listening on D-Bus System Message Bus Socket. diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in index 042145cc2c..b5b3ad7c30 100644 --- a/units/systemd-update-utmp-runlevel.service.in +++ b/units/systemd-update-utmp-runlevel.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Update UTMP about System Runlevel Changes +Description=Record Runlevel Change in UTMP Documentation=man:systemd-update-utmp.service(8) man:utmp(5) DefaultDependencies=no RequiresMountsFor=/var/log/wtmp diff --git a/units/systemd-update-utmp.service.in b/units/systemd-update-utmp.service.in index e2fa2d83ba..149518cf1f 100644 --- a/units/systemd-update-utmp.service.in +++ b/units/systemd-update-utmp.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Update UTMP about System Boot/Shutdown +Description=Record System Boot/Shutdown in UTMP Documentation=man:systemd-update-utmp.service(8) man:utmp(5) DefaultDependencies=no RequiresMountsFor=/var/log/wtmp -- cgit v1.2.1