Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00f87c77317be3d223cc6001aa02ee14c25a5d00

commit 00f87c77317be3d223cc6001aa02ee14c25a5d00
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Jan 21 18:03:31 2008 +0100

splashy-0.3.8-4-i686
rc.splash: check if /var/run/sendsigs.omit is writable before trying to write
it

diff --git a/source/xapps/splashy/FrugalBuild b/source/xapps/splashy/FrugalBuild
index aeb7f5e..eef0f39 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=3
+pkgrel=4
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' \
-          'b9eff7e38ff8b7e27bed6a49e294feaaab31eecc' \
+          'efda89688b48f80f6698215eb104acc910ce9958' \
'82c272166e89ecc840169fa76cc3fb45e2236712' \
'd86d3554aa64b129352e826d1e659a5a4611b47d' \
'c9da7e70efb6070e61ba2e6908a712ac524ae90b' \
diff --git a/source/xapps/splashy/rc.splash b/source/xapps/splashy/rc.splash
index 226c238..a622e13 100644
--- a/source/xapps/splashy/rc.splash
+++ b/source/xapps/splashy/rc.splash
@@ -23,7 +23,9 @@ rc_start()
else
splashy boot 2>/dev/null
fi
-       pidof splashy >> /var/run/sendsigs.omit
+       if [ -w /var/run/sendsigs.omit ]; then
+               pidof splashy >> /var/run/sendsigs.omit
+       fi
return # FIXME: this time the text is included in the image
str=$"Press Esc for verbose mode"
max=1024
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to