Hello community, here is the log from the commit of package splashy checked in at Fri Aug 31 16:02:30 CEST 2007. -------- --- splashy/splashy.changes 2007-08-27 15:44:52.000000000 +0200 +++ /mounts/work_src_done/STABLE/splashy/splashy.changes 2007-08-31 11:50:36.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Aug 31 11:50:03 CEST 2007 - seife@suse.de + +- fix setup-splashy.sh in case the user changed his config.xml + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ splashy.spec ++++++ --- /var/tmp/diff_new_pack.P21458/_old 2007-08-31 16:02:05.000000000 +0200 +++ /var/tmp/diff_new_pack.P21458/_new 2007-08-31 16:02:05.000000000 +0200 @@ -12,7 +12,7 @@ Name: splashy Summary: A complete user-space boot splash system Version: 0.3.3 -Release: 26 +Release: 29 License: GPL v2 or later Group: System/Boot URL: http://splashy.alioth.debian.org/wiki/doku.php @@ -189,6 +189,8 @@ %{_libdir}/lib%{name}*.so %changelog +* Fri Aug 31 2007 - seife@suse.de +- fix setup-splashy.sh in case the user changed his config.xml * Mon Aug 27 2007 - hmacht@suse.de - setup-splashy.sh script did not copy dynamic libraries to initrd if static ones were not present in installed system ++++++ setup-splashy.sh ++++++ --- splashy/setup-splashy.sh 2007-08-27 15:44:52.000000000 +0200 +++ /mounts/work_src_done/STABLE/splashy/setup-splashy.sh 2007-08-31 11:49:28.000000000 +0200 @@ -11,7 +11,13 @@ [ ! -d /etc/splashy ] || [ ! -f /etc/suspend.conf ] && exit 0 -THEME=openSUSE +# find the current theme +DUMMY=$(cat /etc/splashy/config.xml) +THEME=$(echo $DUMMY | perl -p -e 's/<!--.*?-->//g;s/^.*<current_theme>//;s/<\/current_theme>.*$//;') +if [ -z $THEME ]; then + echo "$0: warning, splashy theme not found in config file, using 'openSUSE'" + THEME=openSUSE +fi LIBDIR=lib if [ "`LANG=C LC_ALL=C file -b /usr/sbin/resume | awk '/^ELF ..-bit/ { print $2 }'`" = "64-bit" ]; then ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de