Package: bash
Version: 3.1dfsg-8
Severity: minor
File: /etc/skel/.bashrc
/etc/skel/.bashrc contains these lines:
# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
eval "`dircolors -b`"
alias ls='ls --color=auto'
#alias dir='ls --color=auto --format=vertical'
#alias vdir='ls --color=auto --format=long'
fi
However, coreutils now includes /bin/dir and /bin/vdir as real commands,
equivalent to ls --format=vertical and ls --format=long, respectively. Thus,
please either remove the commented-out aliases entirely, or replace them with:
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
- Josh Triplett
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.21-rc2test (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash depends on:
ii base-files 4.0 Debian base system miscellaneous f
ii debianutils 2.18 Miscellaneous utilities specific t
ii libc6 2.5-2 GNU C Library: Shared libraries
ii libncurses5 5.5-5 Shared libraries for terminal hand
bash recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]