[systemd-commits] 2 commits - src/locale-setup.c units/plymouth-halt.service units/plymouth-kexec.service units/plymouth-poweroff.service units/plymouth-reboot.service

Lennart Poettering lennart at kemper.freedesktop.org
Mon Mar 28 16:38:38 PDT 2011


 src/locale-setup.c              |    2 +-
 units/plymouth-halt.service     |    1 -
 units/plymouth-kexec.service    |    1 -
 units/plymouth-poweroff.service |    1 -
 units/plymouth-reboot.service   |    1 -
 5 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 08a67ac43df4819e1820ca4e3e3f9ed9b60dce22
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Mar 29 01:38:06 2011 +0200

    locale: fix LC_MESSAGES variable name
    
    https://bugs.freedesktop.org/show_bug.cgi?id=35534

diff --git a/src/locale-setup.c b/src/locale-setup.c
index 055c1fa..f6fd97e 100644
--- a/src/locale-setup.c
+++ b/src/locale-setup.c
@@ -54,7 +54,7 @@ static const char * const variable_names[_VARIABLE_MAX] = {
         [VARIABLE_LC_TIME] = "LC_TIME",
         [VARIABLE_LC_COLLATE] = "LC_COLLATE",
         [VARIABLE_LC_MONETARY] = "LC_MONETARY",
-        [VARIABLE_LC_MESSAGES] = "LC_MESSAGE",
+        [VARIABLE_LC_MESSAGES] = "LC_MESSAGES",
         [VARIABLE_LC_PAPER] = "LC_PAPER",
         [VARIABLE_LC_NAME] = "LC_NAME",
         [VARIABLE_LC_ADDRESS] = "LC_ADDRESS",

commit c20deda415c724482f952ac385610ef28d82e23d
Author: William Jon McCann <jmccann at redhat.com>
Date:   Sun Mar 27 00:18:16 2011 -0400

    plymouth: Remove the calls to plymouth message
    
     * messages aren't translated
     * console text is ugly
     * they are jargonny
     * they really aren't needed
    
    https://bugs.freedesktop.org/show_bug.cgi?id=35711

diff --git a/units/plymouth-halt.service b/units/plymouth-halt.service
index fa1a20a..962d829 100644
--- a/units/plymouth-halt.service
+++ b/units/plymouth-halt.service
@@ -14,5 +14,4 @@ DefaultDependencies=no
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Halting...'
 Type=forking
diff --git a/units/plymouth-kexec.service b/units/plymouth-kexec.service
index 61c6376..0d7450f 100644
--- a/units/plymouth-kexec.service
+++ b/units/plymouth-kexec.service
@@ -14,5 +14,4 @@ DefaultDependencies=no
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...'
 Type=forking
diff --git a/units/plymouth-poweroff.service b/units/plymouth-poweroff.service
index c1eebb5..d4979df 100644
--- a/units/plymouth-poweroff.service
+++ b/units/plymouth-poweroff.service
@@ -14,5 +14,4 @@ DefaultDependencies=no
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
 Type=forking
diff --git a/units/plymouth-reboot.service b/units/plymouth-reboot.service
index 974db31..7304a5f 100644
--- a/units/plymouth-reboot.service
+++ b/units/plymouth-reboot.service
@@ -14,5 +14,4 @@ DefaultDependencies=no
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
 Type=forking



More information about the systemd-commits mailing list