summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2011-03-27 00:18:16 -0400
committerLennart Poettering <lennart@poettering.net>2011-03-29 01:21:54 +0200
commitc20deda415c724482f952ac385610ef28d82e23d (patch)
treed3981920117ec7642dc2f16b9ab29a9a697147c4 /units
parent1f7f38f6d49eb60e412e1dc79dda3c1766970aa0 (diff)
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
Diffstat (limited to 'units')
-rw-r--r--units/plymouth-halt.service1
-rw-r--r--units/plymouth-kexec.service1
-rw-r--r--units/plymouth-poweroff.service1
-rw-r--r--units/plymouth-reboot.service1
4 files changed, 0 insertions, 4 deletions
diff --git a/units/plymouth-halt.service b/units/plymouth-halt.service
index fa1a20a46d..962d829fff 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 61c6376a73..0d7450feea 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 c1eebb5ac2..d4979df1e0 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 974db31d61..7304a5fba2 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