SOURCES: rc-boot-prefer-PLD.patch - spelling
glen
glen at pld-linux.org
Fri Jan 4 10:17:26 CET 2008
Author: glen Date: Fri Jan 4 09:17:26 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- spelling
---- Files affected:
SOURCES:
rc-boot-prefer-PLD.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/rc-boot-prefer-PLD.patch
diff -u SOURCES/rc-boot-prefer-PLD.patch:1.1 SOURCES/rc-boot-prefer-PLD.patch:1.2
--- SOURCES/rc-boot-prefer-PLD.patch:1.1 Thu Jan 3 19:24:31 2008
+++ SOURCES/rc-boot-prefer-PLD.patch Fri Jan 4 10:17:21 2008
@@ -7,12 +7,12 @@
- DEFAULT=$first
- msg "$first taken as defult image"
+ IM_File=${CONFIG_DIR}/images/PLD
-+ if [ -f ${IM_File} ] && load_image ${IM_File} ; then
++ if [ -f ${IM_File} ] && load_image ${IM_File}; then
+ DEFAULT=$NAME
-+ msg "$NAME taken as defult image"
++ msg "$NAME taken as default image"
+ else
+ DEFAULT=$first
-+ msg "$first taken as defult image"
++ msg "$first taken as default image"
+ fi
elif [ "$def" = nok ] ; then
die "cannot found default image ($DEFAULT) in $CONFIG_DIR/images"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rc-boot-prefer-PLD.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list