From c82d743ad5ac1be9b9c3808119bf641ab649f9da Mon Sep 17 00:00:00 2001
From: harlekin <harlekin>
Date: Fri, 10 May 2002 12:09:13 +0000
Subject:  bag

---
(limited to 'etc')

diff --git a/etc/init.d/qpe b/etc/init.d/qpe
index 799f806..8019265 100755
--- a/etc/init.d/qpe
+++ b/etc/init.d/qpe
@@ -36,12 +36,12 @@ case $1 in
 
 	rm -f /etc/rc2.d/S99x # Can't have both running!
 
-	 case 
odule_id in 
+	 case `module_id` in 
         "3100" ) export QWS_DISPLAY=Transformed:Rot90:0 ;;
         "3600" ) export QWS_DISPLAY=Transformed:Rot270:0 ;;
         "3700" ) export QWS_DISPLAY=Transformed:Rot270:0 ;;
         "3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;;
-        *) echo "Unknown processor type -
odule_id-!" ;;
+        *) echo "Unknown processor type -`module_id`-!" ;;
    	 esac
 	
 	$OPIEDIR/bin/qpe 2>/dev/null >/dev/null &
--
cgit v0.9.0.2