summaryrefslogtreecommitdiffstats
path: root/abs/core/fbsplash/splash_start_initcpio.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
commitd0bc5cf5bca845df25ac398b97995d2d1335f1ca (patch)
tree48ad7102f1dabe2f0242a773241cb3ac8a74c7d3 /abs/core/fbsplash/splash_start_initcpio.patch
parente28e87dcbd836bd2d4611e0461e96c751f262d28 (diff)
downloadlinhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.zip
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.gz
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.bz2
removed packages that are no longer needed:
eject fbsplash kernel26 linhes-splash miscsplashutils tightvnc
Diffstat (limited to 'abs/core/fbsplash/splash_start_initcpio.patch')
-rw-r--r--abs/core/fbsplash/splash_start_initcpio.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/core/fbsplash/splash_start_initcpio.patch b/abs/core/fbsplash/splash_start_initcpio.patch
deleted file mode 100644
index ff4ae96..0000000
--- a/abs/core/fbsplash/splash_start_initcpio.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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
---- src.orig//splashutils-1.5.4.3/scripts/splash-functions.sh.in 2008-11-13 20:54:19.000000000 +0100
-+++ src//splashutils-1.5.4.3/scripts/splash-functions.sh.in 2011-03-03 09:45:29.258901793 +0100
-@@ -250,6 +250,9 @@
- # Start the splash daemon
- BOOT_MSG="$(splash_get_boot_message)" ${spl_daemon} --theme="${SPLASH_THEME}" --pidfile="${spl_pidfile}" --type=${ttype} ${options}
-
-+ # First let the daemon open the event dev before it's gone away in case this is run in the initcpio
-+ splash_set_event_dev
-+
- # Set the silent TTY and boot message
- splash_comm_send "set tty silent ${SPLASH_TTY}"
-
-@@ -261,8 +264,6 @@
-
- splash_comm_send "set autoverbose ${SPLASH_AUTOVERBOSE}"
-
-- splash_set_event_dev
--
- return 0
- }
-