Author: tommat Date: Wed Feb 23 14:48:42 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix displaing show() function when $CHARS variable is set
---- Files affected:
SOURCES:
rc-scripts-functions.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/rc-scripts-functions.patch
diff -u /dev/null SOURCES/rc-scripts-functions.patch:1.1
--- /dev/null Wed Feb 23 15:48:42 2005
+++ SOURCES/rc-scripts-functions.patch Wed Feb 23 15:48:37 2005
@@ -0,0 +1,11 @@
+--- rc-scripts-0.4.0.17/rc.d/init.d/functions.orig 2005-02-23
15:45:25.250809800 +0100
++++ rc-scripts-0.4.0.17/rc.d/init.d/functions 2005-02-23 15:43:54.477609424
+0100
+@@ -307,7 +307,7 @@
+ termput op
+ fi
+ echo -n "$text"
+- awk "BEGIN { for (j=length(\"$text\"); j<$INIT_COL; j++) printf
\".\" }"
++ awk "BEGIN { for (j=length(\"$CHARS$text\"); j<$INIT_COL; j++)
printf \".\" }"
+ fi
+ }
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit