Your message dated Wed, 03 Oct 2007 16:02:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#184245: fixed in lirc 0.8.0-13 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: lirc Version: 0.6.6-5 Severity: wishlist Tags: patch for example... --- /etc/init.d/lirc 2002-10-23 12:08:52.000000000 +0200 +++ /mnt/system/etc-fortknox/init.d/lirc 2002-08-04 03:46:46.000000000 +0200 @@ -8,7 +8,7 @@ for mod in $* do - modprobe -k $mod 2> /dev/null || MODULES_MISSING=true + modprobe $mod 2> /dev/null || MODULES_MISSING=true done if $MODULES_MISSING; then @@ -43,11 +43,12 @@ test -f /usr/sbin/lircd || exit 0 test -f /usr/sbin/lircmd || exit 0 -#test -f /etc/lirc/lircd.conf || exit 0 -#test -f /etc/lirc/lircmd.conf || exit 0 +test -f /etc/lirc/lircd.conf || exit 0 +test -f /etc/lirc/lircmd.conf || exit 0 START_LIRCMD=true START_LIRCD=true +START_LIREXEC=true if [ ! -f /etc/lirc/lircd.conf ] \ || grep -q "^#UNCONFIGURED" /etc/lirc/lircd.conf;then @@ -60,12 +61,18 @@ fi START_LIRCD=false START_LIRCMD=false + START_LIREXEC=false fi if [ ! -f /etc/lirc/lircmd.conf ] \ || grep -q "^#UNCONFIGURED" /etc/lirc/lircmd.conf;then START_LIRCMD=false fi +if [ ! -f /etc/lirc/lircrc ] \ + || grep -q "^#UNCONFIGURED" /etc/lirc/lircrc;then + START_LIREXEC=false +fi + if [ -f /etc/lirc/hardware.conf ];then . /etc/lirc/hardware.conf fi @@ -88,10 +95,18 @@ start-stop-daemon --start --quiet --exec /usr/sbin/lircmd \ < /dev/null fi + if $START_IREXEC; then + echo -n " irexec" + #start-stop-daemon --start --quiet --exec /usr/sbin/irexec -- -d /etc/lirc/lircrc \ + start-stop-daemon -b --start --quiet --exec /usr/sbin/vboxlirc -- /etc/lirc/lircrc_voicebox \ + < /dev/null + fi echo "." ;; stop) echo -n "Stopping lirc daemon:" + echo -n " irexec" + start-stop-daemon --stop --quiet --exec /usr/bin/irexec echo -n " lircmd" start-stop-daemon --stop --quiet --exec /usr/sbin/lircmd echo -n " lircd" @@ -99,6 +114,9 @@ echo "." ;; reload|force-reload) + if $START_IREXEC; then + start-stop-daemon --stop --quiet --signal 1 --exec /usr/bin/irexec + fi if $START_LIRCD; then start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircd fi -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux fortknox 2.4.21-pre4-ac4 #1 Tue Mar 4 22:04:41 CET 2003 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages lirc depends on: ii debconf 1.2.32 Debian configuration management sy ii dialog 0.9b-20030308-1 Displays user-friendly dialog boxe ii libc6 2.3.1-14 GNU C Library: Shared libraries an ii liblircclient0 0.6.6-5 LIRC client library -- debconf information: lirc/take_care_of_old_config: * lirc/install_devices: true * lirc/reconfigure: false lirc/lircmd_conf: lirc/remove_var-log-lircd: true lirc/driver: default lirc/should-use-IntelliMouse: lirc/cflags: -DLIRC_SERIAL_TRANSMITTER -DLIRC_SERIAL_SOFTCARRIER lirc/irq: 4 lirc/lircd_conf: lirc/port: 0x3f8 lirc/device: /dev/lirc lirc/timer: 65536 lirc/modules: lirc_serial
--- End Message ---
--- Begin Message ---Source: lirc Source-Version: 0.8.0-13 We believe that the bug you reported is fixed in the latest version of lirc, which is due to be installed in the Debian FTP archive: liblircclient-dev_0.8.0-13_amd64.deb to pool/main/l/lirc/liblircclient-dev_0.8.0-13_amd64.deb liblircclient0_0.8.0-13_amd64.deb to pool/main/l/lirc/liblircclient0_0.8.0-13_amd64.deb lirc-modules-source_0.8.0-13_all.deb to pool/main/l/lirc/lirc-modules-source_0.8.0-13_all.deb lirc-svga_0.8.0-13_amd64.deb to pool/main/l/lirc/lirc-svga_0.8.0-13_amd64.deb lirc-x_0.8.0-13_amd64.deb to pool/main/l/lirc/lirc-x_0.8.0-13_amd64.deb lirc_0.8.0-13.diff.gz to pool/main/l/lirc/lirc_0.8.0-13.diff.gz lirc_0.8.0-13.dsc to pool/main/l/lirc/lirc_0.8.0-13.dsc lirc_0.8.0-13_amd64.deb to pool/main/l/lirc/lirc_0.8.0-13_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sven Mueller <[EMAIL PROTECTED]> (supplier of updated lirc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 3 Oct 2007 15:04:58 +0200 Source: lirc Binary: liblircclient-dev liblircclient0 lirc-svga lirc lirc-modules-source lirc-x Architecture: source all amd64 Version: 0.8.0-13 Distribution: unstable Urgency: low Maintainer: [EMAIL PROTECTED] Changed-By: Sven Mueller <[EMAIL PROTECTED]> Description: liblircclient-dev - infra-red remote control support - client library development fil liblircclient0 - infra-red remote control support - client library lirc - infra-red remote control support lirc-modules-source - infra-red remote control support - kernel modules lirc-svga - infra-red remote control support - SVGAlib utilities lirc-x - infra-red remote control support - X utilities Closes: 184245 443270 444091 444436 444752 Changes: lirc (0.8.0-13) unstable; urgency=low . [ Loic Minier ] * Update 14_no_linux_config_h patch to also drop <linux/config.h> include from lirc_atiusb/lirc_atiusb.c, lirc_bt829/lirc_bt829.c, lirc_cmdir/lirc_cmdir.c, lirc_igorplugusb/lirc_igorplugusb.c, lirc_imon/lirc_imon.c, lirc_it87/lirc_it87.c, lirc_mceusb/lirc_mceusb.c, lirc_mceusb2/lirc_mceusb2.c, lirc_parallel/lirc_parallel.c, lirc_sasem/lirc_sasem.c, lirc_serial/lirc_serial.c, lirc_sir/lirc_sir.c, lirc_streamzap/lirc_streamzap.c; thanks Florent Rougon; see #400494 and #436166. . [ Sven Mueller ] * add patch to replace SLAB_ATOMIC usage with the more current equivalent GFP_ATOMIC. * incorporate update to debconf templates, thanks to Christian Perrier and the english l10n team. (Closes: #443270) * Update german translation * Add option to start irexec in daemon mode from /etc/init.d/lirc (Closes: #184245) * Add myself to the Uploaders field * Update galician (Closes: #444752), vietnamese (Closes: #444436) and japanese (Closes: #444091) debconf translations. Files: aec6f086aff33ed70b2efe0ecf93463a 1138 utils extra lirc_0.8.0-13.dsc c457c12e7f9e9c2ce5263948af08e07f 112107 utils extra lirc_0.8.0-13.diff.gz c1413566a12359bc5f3bd0efc5730609 223118 utils extra lirc-modules-source_0.8.0-13_all.deb e0db8b5178417d9052100a77bb92349b 344610 utils extra lirc_0.8.0-13_amd64.deb 671e0d759b24ab10d2f7eb6749687eea 16216 utils extra lirc-x_0.8.0-13_amd64.deb 9e65b13cc689183e2fd188da4ef539e1 5876 utils extra lirc-svga_0.8.0-13_amd64.deb edf48af81d349be693ced3515df6e6f9 61338 libdevel extra liblircclient-dev_0.8.0-13_amd64.deb 67b03df40961d331e28bacd7e21bc045 58636 libs optional liblircclient0_0.8.0-13_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHA7m0Dcs5RBTUBgsRAt9oAJ4vkWLbkM7gv19iy+e0WEGayV8bFgCdFNiw oKuaE/g4mA8Yamn74LPQR8s= =BL9w -----END PGP SIGNATURE-----
--- End Message ---

