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://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c20deda415c724482f952ac385610ef28d82e23d;p=thirdparty%2Fsystemd.git 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 fa1a20a46d5..962d829fff7 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 61c6376a73f..0d7450feea5 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 c1eebb5ac22..d4979df1e07 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 974db31d613..7304a5fba2f 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