Your message dated Fri, 04 Dec 2009 16:14:47 +0000
with message-id <[email protected]>
and subject line Bug#508808: fixed in irda-utils 0.9.18-10
has caused the Debian Bug report #508808,
regarding IrDA baud_rate not configurable at boot
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
508808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508808
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: irda-utils
Version: 1.9.18-8
I made the baud rate of SIR trasmission configurable by /etc/default/irda-utils
I have standardized the irda-utils init script with use of
"log_daemon_msg" and "log_end_msg".
Same bug in Launchpad:
https://bugs.edge.launchpad.net/ubuntu/+source/irda-utils/+bug/292779
--
Daniele "DnaX" Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/
34a35,38
>
> # Set the max baud rate for IrDA device
> # Values: 2400, 3600, 9600, 14400, 19200, 28800, 38400, 57600, 115200
> MAX_BAUD_RATE="115200"
28a29,44
> if [ -f /lib/lsb/init-functions ]; then
> . /lib/lsb/init-functions
> else
> log_action_begin_msg () {
> echo -n "$...@... "
> }
>
> log_action_end_msg () {
> if [ "$1" -eq 0 ]; then
> echo done.
> else
> echo failed.
> fi
> }
> fi
>
62c78
< echo -n "Starting $DESC: $NAME"
---
> log_daemon_msg "Starting $DESC" "$NAME"
87a104
> log_end_msg $?
96,97c113,114
< $SYSCTL -e -q -w net.irda.max_baud_rate=115200
< echo "."
---
> $SYSCTL -e -q -w net.irda.max_baud_rate=$MAX_BAUD_RATE
> # echo "."
100c117
< echo -n "Stopping $DESC: $NAME"
---
> log_daemon_msg "Stopping $DESC" "$NAME"
107c124
< echo "."
---
> log_end_msg $?
--- End Message ---
--- Begin Message ---
Source: irda-utils
Source-Version: 0.9.18-10
We believe that the bug you reported is fixed in the latest version of
irda-utils, which is due to be installed in the Debian FTP archive:
irda-utils_0.9.18-10.diff.gz
to main/i/irda-utils/irda-utils_0.9.18-10.diff.gz
irda-utils_0.9.18-10.dsc
to main/i/irda-utils/irda-utils_0.9.18-10.dsc
irda-utils_0.9.18-10_i386.deb
to main/i/irda-utils/irda-utils_0.9.18-10_i386.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.
Alberto Gonzalez Iniesta <[email protected]> (supplier of updated irda-utils
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.8
Date: Fri, 04 Dec 2009 13:27:26 +0100
Source: irda-utils
Binary: irda-utils
Architecture: source i386
Version: 0.9.18-10
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta <[email protected]>
Changed-By: Alberto Gonzalez Iniesta <[email protected]>
Description:
irda-utils - IrDA management and handling utilities
Closes: 508808 541752 546868
Changes:
irda-utils (0.9.18-10) unstable; urgency=low
.
* Switch Depends order to udev | makedev. (Closes: #546868)
Thanks Guillem for the clarification.
* Added Russian po-debconf translation.
Thanks Yuri Kozlov. (Closes: #541752)
* Bring changes from Anibal back (removed zlib1g-dev build dep)
.
[ Daniele Napolitano ]
* Made baud_rate configurable via /etc/default/irda-utils
(Closes: #508808)
* Made the init.d script use log_* LSB functions.
Checksums-Sha1:
1694463e429fc101c0143a1424f8233e49d4e7a8 1055 irda-utils_0.9.18-10.dsc
fb3b2ab928d95158d4dcc3108f06e89dfded9ea3 32275 irda-utils_0.9.18-10.diff.gz
361adb2425e2b85f0dc7f4457126b8a719daffb1 88196 irda-utils_0.9.18-10_i386.deb
Checksums-Sha256:
fa04bf67b8d804aa99a973b9dd893a2e5d71f71efa92e55e721e738bf14f6f55 1055
irda-utils_0.9.18-10.dsc
cbacc79addf247ca4c16db4a613579c120ff21229e6b2a57169191b369169cf8 32275
irda-utils_0.9.18-10.diff.gz
25f23c76aacee4ad3f263510725d9c49c14a59a878b0d207f223045008648166 88196
irda-utils_0.9.18-10_i386.deb
Files:
05c88bb1eceab5f7864b6da88e747c34 1055 utils optional irda-utils_0.9.18-10.dsc
5384af09484921ace110be51c118a20b 32275 utils optional
irda-utils_0.9.18-10.diff.gz
6e37bb70933dfd6d56fbdf93ff3562fe 88196 utils optional
irda-utils_0.9.18-10_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAksZCNMACgkQxRSvjkukAcPqgwCfTm/gdVoVOOvAFZUKpy3OeiiR
jmwAniW8k2DEtBGYRQkGFmQ18joTEHtT
=m9GB
-----END PGP SIGNATURE-----
--- End Message ---