Matthias Clasen 61aff0
From 8bf22a7b68d98f1757a1c4ea3180130eac119fd1 Mon Sep 17 00:00:00 2001
Matthias Clasen 61aff0
From: William Jon McCann <jmccann@redhat.com>
Matthias Clasen 61aff0
Date: Sun, 27 Mar 2011 00:18:16 -0400
Matthias Clasen 61aff0
Subject: [PATCH] Remove the calls to plymouth message
Matthias Clasen 61aff0
Matthias Clasen 61aff0
 * messages aren't translated
Matthias Clasen 61aff0
 * console text is ugly
Matthias Clasen 61aff0
 * they are jargonny
Matthias Clasen 61aff0
 * they really aren't needed
Matthias Clasen 61aff0
Matthias Clasen 61aff0
https://bugs.freedesktop.org/show_bug.cgi?id=35711
Matthias Clasen 61aff0
---
Matthias Clasen 61aff0
 units/plymouth-halt.service     |    1 -
Matthias Clasen 61aff0
 units/plymouth-kexec.service    |    1 -
Matthias Clasen 61aff0
 units/plymouth-poweroff.service |    1 -
Matthias Clasen 61aff0
 units/plymouth-reboot.service   |    1 -
Matthias Clasen 61aff0
 4 files changed, 0 insertions(+), 4 deletions(-)
Matthias Clasen 61aff0
Matthias Clasen 61aff0
diff --git a/units/plymouth-halt.service b/units/plymouth-halt.service
Matthias Clasen 61aff0
index fa1a20a..962d829 100644
Matthias Clasen 61aff0
--- a/units/plymouth-halt.service
Matthias Clasen 61aff0
+++ b/units/plymouth-halt.service
Matthias Clasen 61aff0
@@ -14,5 +14,4 @@ DefaultDependencies=no
Matthias Clasen 61aff0
 [Service]
Matthias Clasen 61aff0
 ExecStart=/sbin/plymouthd --mode=shutdown
Matthias Clasen 61aff0
 ExecStartPost=-/bin/plymouth --show-splash
Matthias Clasen 61aff0
-ExecStartPost=-/bin/plymouth message '--text=Halting...'
Matthias Clasen 61aff0
 Type=forking
Matthias Clasen 61aff0
diff --git a/units/plymouth-kexec.service b/units/plymouth-kexec.service
Matthias Clasen 61aff0
index 61c6376..0d7450f 100644
Matthias Clasen 61aff0
--- a/units/plymouth-kexec.service
Matthias Clasen 61aff0
+++ b/units/plymouth-kexec.service
Matthias Clasen 61aff0
@@ -14,5 +14,4 @@ DefaultDependencies=no
Matthias Clasen 61aff0
 [Service]
Matthias Clasen 61aff0
 ExecStart=/sbin/plymouthd --mode=shutdown
Matthias Clasen 61aff0
 ExecStartPost=-/bin/plymouth --show-splash
Matthias Clasen 61aff0
-ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...'
Matthias Clasen 61aff0
 Type=forking
Matthias Clasen 61aff0
diff --git a/units/plymouth-poweroff.service b/units/plymouth-poweroff.service
Matthias Clasen 61aff0
index c1eebb5..d4979df 100644
Matthias Clasen 61aff0
--- a/units/plymouth-poweroff.service
Matthias Clasen 61aff0
+++ b/units/plymouth-poweroff.service
Matthias Clasen 61aff0
@@ -14,5 +14,4 @@ DefaultDependencies=no
Matthias Clasen 61aff0
 [Service]
Matthias Clasen 61aff0
 ExecStart=/sbin/plymouthd --mode=shutdown
Matthias Clasen 61aff0
 ExecStartPost=-/bin/plymouth --show-splash
Matthias Clasen 61aff0
-ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
Matthias Clasen 61aff0
 Type=forking
Matthias Clasen 61aff0
diff --git a/units/plymouth-reboot.service b/units/plymouth-reboot.service
Matthias Clasen 61aff0
index 974db31..7304a5f 100644
Matthias Clasen 61aff0
--- a/units/plymouth-reboot.service
Matthias Clasen 61aff0
+++ b/units/plymouth-reboot.service
Matthias Clasen 61aff0
@@ -14,5 +14,4 @@ DefaultDependencies=no
Matthias Clasen 61aff0
 [Service]
Matthias Clasen 61aff0
 ExecStart=/sbin/plymouthd --mode=shutdown
Matthias Clasen 61aff0
 ExecStartPost=-/bin/plymouth --show-splash
Matthias Clasen 61aff0
-ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
Matthias Clasen 61aff0
 Type=forking
Matthias Clasen 61aff0
-- 
Matthias Clasen 61aff0
1.7.3.4