 1411 Vagrant Cascadian	2012-02-08
      revision-id:vagrant@freegeek.org-20120209001749-5k2yehtdkufjf0q5
      check for ldminfod in /usr/share/ldm/ for fat clients.

=== modified file 'screen.d/ldm'
--- orig/screen.d/ldm	2011-06-02 02:35:20 +0000
+++ patched/screen.d/ldm	2012-02-09 00:17:49 +0000
@@ -92,8 +92,8 @@
             echo "$SRV	server-$SRV" >> /etc/hosts
         fi
         # For this to work, ldm-server needs to be installed in the chroot
-        if boolean_is_true "$LTSP_FATCLIENT" && [ -f /usr/sbin/ldminfod ]; then
-            ldminfod > /var/run/ldm/$SRV
+        if boolean_is_true "$LTSP_FATCLIENT" && [ -x /usr/share/ldm/ldminfod ]; then
+            /usr/share/ldm/ldminfod > /var/run/ldm/$SRV
             break
         else
             nc $nc_q_param -w 5 $SRV 9571 > /var/run/ldm/$SRV

