Package: console-tools
Version: 1:0.2.3dbs-65
Severity: minor
Tags: patch

When the console-tools initscript runs it prints:
> Setting up per-VC ACM\'s

It'd be nice if the backslash wasn't printed. I also think it would be
good if there was no apostrophe there. A trivial patch to change this is
attached.

Thanks!

-Ted

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-1-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages console-tools depends on:
ii  debconf [debconf-2.0]      1.5.5         Debian configuration management sy
ii  libc6                      2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libconsole                 1:0.2.3dbs-65 Shared libraries for Linux console
ii  lsb-base                   3.1-17        Linux Standard Base 3.1 init scrip

Versions of packages console-tools recommends:
ii  console-common                0.7.62     Basic infrastructure for text cons
ii  console-data                  2:1.0-3    Keymaps, fonts, charset maps, fall

-- no debconf information
diff -ruN console-tools-0.2.3dbs/debian/console-screen.sh 
console-tools-0.2.3dbs-new/debian/console-screen.sh
--- console-tools-0.2.3dbs/debian/console-screen.sh     2006-09-06 
02:15:12.000000000 +1000
+++ console-tools-0.2.3dbs-new/debian/console-screen.sh 2006-10-07 
22:50:42.000000000 +1000
@@ -146,7 +146,7 @@
     VCS="`set | grep '^APP_CHARSET_MAP_vc[0-9]*=' | sed -e 
's/^APP_CHARSET_MAP_vc//' -e 's/=.*//'`"
     if [ "${VCS}" ]
        then
-       [ "$VERBOSE" != "no" ] && log_action_begin_msg "Setting up per-VC 
ACM\'s"
+       [ "$VERBOSE" != "no" ] && log_action_begin_msg "Setting up per-VC ACMs"
        for vc in ${VCS}
          do
            # extract FONTNAME info from variable setting

Reply via email to