slitaz-boot-scripts diff etc/init.d/bootopts.sh @ rev 161

bootopts.sh+rcS: Fix typo
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 16:31:46 2009 +0200 (2009-04-26)
parents 30b287d766bf
children c2bc39dc7985
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Sun Apr 26 16:11:54 2009 +0200
     1.2 +++ b/etc/init.d/bootopts.sh	Sun Apr 26 16:31:46 2009 +0200
     1.3 @@ -180,7 +180,7 @@
     1.4  					echo "openbox" > /etc/X11/wm.default ;;
     1.5  				e17|enlightenment|enlightenment_start)
     1.6  					echo "enlightenment" > /etc/X11/wm.default ;;
     1.7 -			esac
     1.8 +			esac ;;
     1.9  		*)
    1.10  			continue ;;
    1.11  	esac