Package: coreutils
Version: 5.97-5.3
Severity: minor

*** Please type your report below this line ***


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.080313.amd64x2.vesa
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages coreutils depends on:
ii libacl1 2.2.41-1 Access control list shared library ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libselinux1            1.32-3            SELinux shared libraries

coreutils recommends no packages.

-- no debconf information

I have a (bad) habit of removing directories using 'rm -rdf' instead of 'rmdir'. Recently, I modified my bad habit to include verbose output. So, I was removing an old kernel today for which GRUB refused to remove the /lib/modules directory because of an NVidia module I had installed, and I had to remove it myself:

  AMD64X2-5600:/lib/modules# rm -vrdf 2.6.24.080306.amd64x2.vesa/
  removed `2.6.24.080306.amd64x2.vesa//kernel/drivers/video/nvidia.ko'
  removed directory: `2.6.24.080306.amd64x2.vesa//kernel/drivers/ video'
  removed directory: `2.6.24.080306.amd64x2.vesa//kernel/drivers'
  removed directory: `2.6.24.080306.amd64x2.vesa//kernel'
  removed directory: `2.6.24.080306.amd64x2.vesa/'

The directory structure was removed just fine, but the verbose output is clearly wrong with those double slashes. (Of course, I did not intend to add the slash, but 'bash' completion put it there when I hit tab.)

(This is my first report to the Debian BTS, so be gentle.  ;)  I would
have set the severity to "wishlist", but I had a second thought because someone might try to use the verbose output in a script.)



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

Reply via email to