Package: keychain
Version: 2.6.8-1
Severity: minor
File: /usr/bin/keychain
Tags: patch
/usr/bin/keychain contains the following:
BLUE="[34;01m"
CYAN="[36;01m"
GREEN="[32;01m"
RED="[31;01m"
OFF="[0m"
It is bad style to use literal escape sequences. If tput(1) is
installed, it should be used:
type tput >/dev/null 2>/dev/null
{
BLUE="$(tput setaf 4)"
CYAN="$(tput setaf 6)"
GREEN="$(tput setaf 2)"
RED="$(tput setaf 1)"
OFF="$(tput sgr0)"
}
Since ncurses-bin is an essential package in Debian, it should be safe
to assume it is installed.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages keychain depends on:
ii grep 2.5.3~dfsg-1 GNU grep, egrep and fgrep
ii openssh-client [ssh-client] 1:4.6p1-5 secure shell client, an rlogin/rsh
keychain recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]