From 3735849e4bd7a3fe9e46c2069dbf65acd838c2a7 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Thu, 6 Oct 2011 16:27:09 -0500
Subject: fbsplash: remove progress from splash messages

---
 abs/core/fbsplash/PKGBUILD    |  4 ++--
 abs/core/fbsplash/splash.conf | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/abs/core/fbsplash/PKGBUILD b/abs/core/fbsplash/PKGBUILD
index dda0dd4..fab0d28 100644
--- a/abs/core/fbsplash/PKGBUILD
+++ b/abs/core/fbsplash/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=fbsplash
 pkgver=1.5.4.4
-pkgrel=8
+pkgrel=9
 pkgdesc="A userspace implementation of a splash screen for Linux (formerly known as gensplash)"
 arch=('i686' 'x86_64')
 url="http://fbsplash.berlios.de"
@@ -70,7 +70,7 @@ package() {
 }
 md5sums=('2a16704c4adde97b58812cd89e3f2342'
          '4045e315c52f5a576fca4f7e634eeb91'
-         '83f7b36399e8e3b24e18de670280be1d'
+         'c39f865e75192745759c8e95c7a7fd06'
          'a6b0b9c5c7a460380a7db127e0278164'
          '24e2a7bbc2d18fe3ec10093665cd7a6e'
          '4a3ac992a5042fa9770cbd3fdb7e1465'
diff --git a/abs/core/fbsplash/splash.conf b/abs/core/fbsplash/splash.conf
index 57e6e85..44fed88 100644
--- a/abs/core/fbsplash/splash.conf
+++ b/abs/core/fbsplash/splash.conf
@@ -17,13 +17,13 @@ SPLASH_THEMES="
 ## Override the initial silent splash screen status message defaults.
 ## Note: '$progress' will be replaced by Fbsplash itself.
 ## * initcpio - (no effect with fbcondecor kernel)
-SPLASH_INIT_MESSAGE="Initializing the kernel"
+SPLASH_INIT_MESSAGE="Initializing the kernel..."
 ## * bootup
-SPLASH_BOOT_MESSAGE="Booting '$HOSTNAME' (\$progress%)"
+SPLASH_BOOT_MESSAGE="Booting $HOSTNAME..."
 ## * reboot
-SPLASH_REBOOT_MESSAGE="Rebooting '$HOSTNAME' (\$progress%)"
+SPLASH_REBOOT_MESSAGE="Rebooting $HOSTNAME..."
 ## * shutdown
-SPLASH_SHUTDOWN_MESSAGE="Shutting down '$HOSTNAME' (\$progress%)"
+SPLASH_SHUTDOWN_MESSAGE="Shutting down $HOSTNAME..."
 
 ## Include and use the Fbsplash daemon (1.5 MiB) in the initcpio
 ## instead of the small helper only.
@@ -36,8 +36,8 @@ SPLASH_DAEMON="early"
 ## Make the splash daemon use fade effects.
 ## Note: The initcpio helper does only use the kernel parameter!
 # Just use fadein on bootup and fadeout on shutdown/reboot
-case $PREVLEVEL in  N   ) SPLASH_EFFECTS="fadein" ; esac
-case  $RUNLEVEL in [06] ) SPLASH_EFFECTS="fadeout"; esac
+#case $PREVLEVEL in  N   ) SPLASH_EFFECTS="fadein" ; esac
+#case  $RUNLEVEL in [06] ) SPLASH_EFFECTS="fadeout"; esac
 # Uncomment this line to allways use both
 # SPLASH_EFFECTS="fadein,fadeout"
 
-- 
cgit v0.12