Package: bsdmainutils Version: 6.1.7 Severity: normal
hexdump shows swapped bytes when dumping in default mode (no flags). See this: [EMAIL PROTECTED]:~$ echo abcd > /tmp/file [EMAIL PROTECTED]:~$ hexdump /tmp/file 0000000 6261 6463 000a 0000005 [EMAIL PROTECTED]:~$ hexdump -b /tmp/file 0000000 141 142 143 144 012 0000005 [EMAIL PROTECTED]:~$ In the first dump, the bytes are swapped, in the second one, the output is correct. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages bsdmainutils depends on: ii bsdutils 1:2.13-8 Basic utilities from 4.4BSD-Lite ii debianutils 2.28.2 Miscellaneous utilities specific t ii libc6 2.7-5 GNU C Library: Shared libraries ii libncurses5 5.6+20071215-1 Shared libraries for terminal hand bsdmainutils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

