SOURCES: rawdevices.init - put "" around message (without it messa...
baggins
baggins at pld-linux.org
Tue Nov 8 19:22:06 CET 2005
Author: baggins Date: Tue Nov 8 18:22:03 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- put "" around message (without it message was "Assigning...[DONE]")
---- Files affected:
SOURCES:
rawdevices.init (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/rawdevices.init
diff -u SOURCES/rawdevices.init:1.3 SOURCES/rawdevices.init:1.4
--- SOURCES/rawdevices.init:1.3 Sun May 25 17:00:04 2003
+++ SOURCES/rawdevices.init Tue Nov 8 19:21:57 2005
@@ -42,7 +42,7 @@
exit 0
fi
- show $(nls "Assigning device: %s --> %s" "$RAW" "$BLOCK")
+ show "$(nls "Assigning device: %s --> %s" "$RAW" "$BLOCK")"
busy
raw $RAW $BLOCK > /dev/null
ok
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/rawdevices.init?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list