Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please consider unblocking package olpc-kbdshim as it fixes RC bug #606714.

Here's the debdiff:



diff -Nru olpc-kbdshim-12/debian/changelog olpc-kbdshim-12/debian/changelog
--- olpc-kbdshim-12/debian/changelog    2010-12-14 17:58:55.000000000 +0000
+++ olpc-kbdshim-12/debian/changelog    2010-12-14 17:58:55.000000000 +0000
@@ -1,3 +1,11 @@
+olpc-kbdshim (12-3) unstable; urgency=high
+
+  * Init script should check /proc/device-tree/model rather than /ofw/model,
+    as that's where the upstream kernel places the device tree.  Last minute
+    fix for squeeze.
+
+ -- Andres Salomon <dilin...@debian.org>  Sat, 11 Dec 2010 03:25:27 +0000
+
 olpc-kbdshim (12-2) unstable; urgency=low
 
   * Fix a buglet w/ kbdshim-hal not starting correctly.
diff -Nru olpc-kbdshim-12/debian/olpc-kbdshim.init 
olpc-kbdshim-12/debian/olpc-kbdshim.init
--- olpc-kbdshim-12/debian/olpc-kbdshim.init    2010-12-14 17:58:55.000000000 
+0000
+++ olpc-kbdshim-12/debian/olpc-kbdshim.init    2010-12-14 17:58:55.000000000 
+0000
@@ -20,7 +20,7 @@
 test -x $DAEMON || exit 0
 
 # make sure we're running on an XO
-[ -f /ofw/model ] || exit 0
+[ -f /proc/device-tree/model ] || exit 0
 
 . /lib/lsb/init-functions
 


Thanks!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to