Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=883ad09fd2086b19eb4941b5c601b9e95e866e77

commit 883ad09fd2086b19eb4941b5c601b9e95e866e77
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Mar 20 21:03:07 2011 +0100

lxdm-0.3.0-4-i686
*don't stop plymouth with lxdm that crash the boot
*plymouth will be stopped manually

diff --git a/source/x11-extra/lxdm/FrugalBuild 
b/source/x11-extra/lxdm/FrugalBuild
index 9ce28c3..35a0b3e 100644
--- a/source/x11-extra/lxdm/FrugalBuild
+++ b/source/x11-extra/lxdm/FrugalBuild
@@ -12,7 +12,7 @@ replaces=('entrace')
groups=('x11-extra')
archs=('i686' 'ppc' 'x86_64')
Finclude lxde
-pkgrel=3
+pkgrel=4

source=($source conf.diff pam lxdm)
sha1sums=('a8bcf9e8dcda4203b846c09ee9d9d8c7e2374746' \
@@ -23,6 +23,11 @@ backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm')

build()  {
Fcd
+       #disable all plymouth support we stop plymouth manually
+       #without this hack lxdm/plymouth crash
+       Fsed 'g_spawn_command_line_sync("/bin/plymouth' \
+               '//g_spawn_command_line_sync("/bin/plymouth' src/lxdm.c
+
#use tty12 by default
Fsed "tty = 7" "tty = 12" src/lxdm.c
Fbuild
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to