summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-30 13:20:27 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-12 13:30:54 +0200
commitb4414839ceaca69b9feb7b870a1cc4adee8b6d43 (patch)
treec2363bebcdf7f8a239ea2e21319a8c557643989e
parentaf0b34b3a73e0b85cb4a2a02a47c7bed4be2e478 (diff)
downloadsystemd-b4414839ceaca69b9feb7b870a1cc4adee8b6d43.tar.gz
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)
-rw-r--r--docs/index.md4
-rw-r--r--units/systemd-update-utmp-runlevel.service.in2
-rw-r--r--units/systemd-update-utmp.service.in2
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 <span style="color:blue">Fedora 20 (Heisenbug)</span>!
Starting Recreate Volatile Files and Directories...
Starting Trigger Flushing of Journal to Persistent Storage...
[ <span style="color:green">OK</span> ] Started Recreate Volatile Files and Directories.
- Starting Update UTMP about System Reboot/Shutdown...
+ Starting Record System Reboot/Shutdown in UTMP...
[ <span style="color:green">OK</span> ] Started Trigger Flushing of Journal to Persistent Storage.
-[ <span style="color:green">OK</span> ] Started Update UTMP about System Reboot/Shutdown.
+[ <span style="color:green">OK</span> ] Started Record System Reboot/Shutdown in UTMP.
[ <span style="color:green">OK</span> ] Reached target System Initialization.
[ <span style="color:green">OK</span> ] Reached target Timers.
[ <span style="color:green">OK</span> ] 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