updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / fbsplash / splash_start_initcpio.patch
blobff4ae962881c1eea8894f0a75bd414d7deffe509
1 diff -ru src.orig//splashutils-1.5.4.3/scripts/splash-functions.sh.in src//splashutils-1.5.4.3/scripts/splash-functions.sh.in
2 --- src.orig//splashutils-1.5.4.3/scripts/splash-functions.sh.in 2008-11-13 20:54:19.000000000 +0100
3 +++ src//splashutils-1.5.4.3/scripts/splash-functions.sh.in 2011-03-03 09:45:29.258901793 +0100
4 @@ -250,6 +250,9 @@
5 # Start the splash daemon
6 BOOT_MSG="$(splash_get_boot_message)" ${spl_daemon} --theme="${SPLASH_THEME}" --pidfile="${spl_pidfile}" --type=${ttype} ${options}
8 + # First let the daemon open the event dev before it's gone away in case this is run in the initcpio
9 + splash_set_event_dev
11 # Set the silent TTY and boot message
12 splash_comm_send "set tty silent ${SPLASH_TTY}"
14 @@ -261,8 +264,6 @@
16 splash_comm_send "set autoverbose ${SPLASH_AUTOVERBOSE}"
18 - splash_set_event_dev
20 return 0