Author: jim
Date: 2006-05-10 11:51:00 -0600 (Wed, 10 May 2006)
New Revision: 1550

Modified:
   /
   trunk/bootscripts/Changelog
   trunk/bootscripts/lfs/init.d/functions
Log:
 [EMAIL PROTECTED] (orig r1579):  jim | 2006-05-10 10:43:36 -0700
 Fixed LCD when it's not available.



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:1577
   + b6734a72-470d-0410-b049-f317dca95413:/:1579

Modified: trunk/bootscripts/Changelog
===================================================================
--- trunk/bootscripts/Changelog 2006-05-10 16:56:16 UTC (rev 1549)
+++ trunk/bootscripts/Changelog 2006-05-10 17:51:00 UTC (rev 1550)
@@ -1,3 +1,6 @@
+jim - May 10, 2006
+       * Fixed an error when the LCD device is not available
+
 jim - May 9, 2006
         * Add support for LCD Screens
        * Added support for RaQ3 LCD and Cobalt Panel Utils

Modified: trunk/bootscripts/lfs/init.d/functions
===================================================================
--- trunk/bootscripts/lfs/init.d/functions      2006-05-10 16:56:16 UTC (rev 
1549)
+++ trunk/bootscripts/lfs/init.d/functions      2006-05-10 17:51:00 UTC (rev 
1550)
@@ -14,6 +14,9 @@
 ########################################################################
 
 if [ -e /etc/sysconfig/lcd ]; then
+       if [ -e /dev/lcd ]; then
+               source /etc/sysconfig/lcd
+       fi
        source /etc/sysconfig/lcd
 fi
 

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to