From: William Jon McCann Date: Sun, 27 Mar 2011 04:18:16 +0000 (-0400) Subject: plymouth: Remove the calls to plymouth message X-Git-Tag: v21~19 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c20deda415c724482f952ac385610ef28d82e23d 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 fa1a20a46..962d829ff 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 61c6376a7..0d7450fee 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 c1eebb5ac..d4979df1e 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 974db31d6..7304a5fba 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