Merge lp:~smoser/ubuntu/natty/lirc/lp-698208 into lp:ubuntu/natty/lirc

Proposed by Scott Moser
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~smoser/ubuntu/natty/lirc/lp-698208
Merge into: lp:ubuntu/natty/lirc
Diff against target: 29 lines (+9/-2)
2 files modified
debian/changelog (+7/-0)
debian/lirc.init.d (+2/-2)
To merge this branch: bzr merge lp:~smoser/ubuntu/natty/lirc/lp-698208
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Ubuntu branches Pending
Review via email: mp+54069@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Looks fine!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-03-14 15:47:27 +0000
+++ debian/changelog 2011-03-18 20:39:26 +0000
@@ -1,3 +1,10 @@
1lirc (0.8.7-0ubuntu4) natty; urgency=low
2
3 [Ernst Sjöstrand]
4 * update init script for /sys change in natty kernels (LP: #698208)
5
6 -- Scott Moser <smoser@ubuntu.com> Fri, 18 Mar 2011 16:26:14 -0400
7
1lirc (0.8.7-0ubuntu3) natty; urgency=low8lirc (0.8.7-0ubuntu3) natty; urgency=low
29
3 * debian/patches/define_current_cpu_data.patch: fix undeclared10 * debian/patches/define_current_cpu_data.patch: fix undeclared
411
=== modified file 'debian/lirc.init.d'
--- debian/lirc.init.d 2010-09-04 18:38:49 +0000
+++ debian/lirc.init.d 2011-03-18 20:39:26 +0000
@@ -93,8 +93,8 @@
93 else93 else
94 action="-"94 action="-"
95 fi95 fi
96 if [ -d /sys/devices/virtual/rc ]; then96 if [ -d /sys/class/rc ]; then
97 for file in `find /sys/devices/virtual/rc/ -name protocols`; do97 for file in `find /sys/class/rc/*/ -name protocols`; do
98 for protocol in rc5 nec rc6 jvc sony; do98 for protocol in rc5 nec rc6 jvc sony; do
99 echo "${action}${protocol}" > $file99 echo "${action}${protocol}" > $file
100 done100 done

Subscribers

People subscribed via source and target branches

to all changes: