Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d6443e32c49dd54b0e155d576bfb8620bafdb05
commit 9d6443e32c49dd54b0e155d576bfb8620bafdb05 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Jan 19 18:48:17 2008 +0100 splashy-0.3.8-3-i686 - remove the unnecessary fifo - make use of /var/run/sendsigs.omit in rc.splash diff --git a/source/xapps/splashy/FrugalBuild b/source/xapps/splashy/FrugalBuild index 706f6ab..aeb7f5e 100644 --- a/source/xapps/splashy/FrugalBuild +++ b/source/xapps/splashy/FrugalBuild @@ -6,7 +6,7 @@ pkgver=0.3.8 themever=0.7 # see http://alioth.debian.org/project/showfiles.php?group_id=30657 rel_id=2239 -pkgrel=2 +pkgrel=3 pkgdesc="A complete user-space boot splash system" url="http://alioth.debian.org/projects/splashy/" depends=('glib2' 'directfb-input-keyboard>=1.1.1-1' 'libgcc' 'file') @@ -24,7 +24,7 @@ sha1sums=('647ccb13c620972cf01df3910d5e2015501b9d3c' \ '319e6edb46519414d9d3e7b620592ab162a5bc00' \ '4979a54122223dc7d4324f52e120ff9005a8c17b' \ '006d65bb621d1108cbb994fb50712bad4d61b6d0' \ - 'dc5ebe596cd9379d40985d0d0873545450f1fe06' \ + 'b9eff7e38ff8b7e27bed6a49e294feaaab31eecc' \ '82c272166e89ecc840169fa76cc3fb45e2236712' \ 'd86d3554aa64b129352e826d1e659a5a4611b47d' \ 'c9da7e70efb6070e61ba2e6908a712ac524ae90b' \ @@ -43,7 +43,6 @@ build() Fmakeinstall Frm /etc/init.d Frcd2 splash - mkfifo -m 640 $Fdestdir/etc/splashy/splashy.fifo Fexe /etc/rc.d/rc.zz-splash } diff --git a/source/xapps/splashy/rc.splash b/source/xapps/splashy/rc.splash index 7b4a9b5..226c238 100644 --- a/source/xapps/splashy/rc.splash +++ b/source/xapps/splashy/rc.splash @@ -23,6 +23,7 @@ rc_start() else splashy boot 2>/dev/null fi + pidof splashy >> /var/run/sendsigs.omit return # FIXME: this time the text is included in the image str=$"Press Esc for verbose mode" max=1024 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
