]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- fix displaing show() function when $CHARS variable is set
authortommat <tommat@pld-linux.org>
Wed, 23 Feb 2005 14:48:37 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-functions.patch -> 1.1

rc-scripts-functions.patch [new file with mode: 0644]

diff --git a/rc-scripts-functions.patch b/rc-scripts-functions.patch
new file mode 100644 (file)
index 0000000..66b624e
--- /dev/null
@@ -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
+ }
This page took 0.033664 seconds and 4 git commands to generate.