Package: cdebconf
Version: 0.31 (not installed)
Severity: normal

cddebconf currently doesn't support db_progress in shell-scripts.
src/client/confmodule doesn't contain anything for progressbars.

The following patch maywork:
--- confmodule-orig     2003-02-15 10:36:42.000000000 +0100
+++ confmodule  2003-02-15 10:37:32.000000000 +0100
@@ -40,7 +40,9 @@
          "input INPUT" "beginblock BEGINBLOCK" "endblock ENDBLOCK" "go GO" \
         "get GET" "register REGISTER" "unregister UNREGISTER" "subst SUBST" \
         "previous_module PREVIOUS_MODULE" "fset FSET" "fget FGET" \
-        "purge PURGE" "metaget METAGET" "version VERSION" "clear CLEAR"; do
+        "purge PURGE" "metaget METAGET" "version VERSION" "clear CLEAR" \
+        "progress_start PROGRESS START" "progress_stop PROGRESS STOP" \
+        "progress_step PROGRESS STEP"; do
        # Break string up into words.
        set -- $i
        # Generate function on the fly.


Please include it, because cdrom-checker, needs the progressbar to
indicate the current progress.

Thanks for your help
Thorsten



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux jacky 2.4.18sar #2 SMP Don Aug 22 17:58:16 CEST 2002 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to