# HG changeset patch # User Christophe Lincoln # Date 1240756306 -7200 # Node ID 2f1bca639842b2becd31e280e1a7d5063c375233 # Parent 30b287d766bfb0a42c7c6e4bbb01c1f65ebb8841 bootopts.sh+rcS: Fix typo diff -r 30b287d766bf -r 2f1bca639842 etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Sun Apr 26 16:11:54 2009 +0200 +++ b/etc/init.d/bootopts.sh Sun Apr 26 16:31:46 2009 +0200 @@ -180,7 +180,7 @@ echo "openbox" > /etc/X11/wm.default ;; e17|enlightenment|enlightenment_start) echo "enlightenment" > /etc/X11/wm.default ;; - esac + esac ;; *) continue ;; esac diff -r 30b287d766bf -r 2f1bca639842 etc/init.d/rcS --- a/etc/init.d/rcS Sun Apr 26 16:11:54 2009 +0200 +++ b/etc/init.d/rcS Sun Apr 26 16:31:46 2009 +0200 @@ -10,7 +10,7 @@ # Parse cmdline args for earlier boot options. All other boot options # are in /etc/init./bootopts.sh. -for opt in `cat cmdline` +for opt in `cat /proc/cmdline` do case $opt in fastbootx|fbx)