after upgrade of media-tv/gentoo-vdr-scripts to 0.4.7 my vdr does not start anymore. Reproducible: Always Steps to Reproduce: 1. type "/etc/init.d/vdr start" 2. read output 3. stay coool Actual Results: startup messages are: * Preparing start of vdr: * Waiting for DVB devices ... [ ok ] /usr/share/vdr/rcscript/pre-start-30-parameter.sh: line 32: syntax error near unexpected token `;;' /usr/share/vdr/rcscript/pre-start-30-parameter.sh: line 32: ` add_param "--lirc=/var/run/lirc/lircd" ;;' * Addon /usr/share/vdr/rcscript/pre-start-30-parameter.sh failed. The problem can be fixed with the following patch: --- /usr/share/vdr/rcscript/pre-start-30-parameter.sh.orig 2010-09-16 19:21:42.135258666 +0200 +++ /usr/share/vdr/rcscript/pre-start-30-parameter.sh 2010-09-16 19:21:51.456588384 +0200 @@ -29,7 +29,7 @@ if [ -n "${CAP_IRCTRL_RUNTIME_PARAM}" ] && [ -n "${IR_CTRL}" ]; then case "${IR_CTRL}" in lirc) if [ -e /var/run/lirc/lircd ]; then - add_param "--lirc=/var/run/lirc/lircd" ;; + add_param "--lirc=/var/run/lirc/lircd" else add_param "--lirc=/dev/lircd" fi Please insert the patch into your repository....
<snip ChangeLog> 06 Sep 2010; Joerg Bornkessel <hd_brummy@g.org> gentoo-vdr-scripts-0.4.7.ebuild: syntax error fixed *gentoo-vdr-scripts-0.4.7 (05 Sep 2010) </snap> this is fixed any houres after commit, plz resync, reemerge,