Package: util-linux Version: 2.16.2-0 Severity: minor Tags: patch Hi
Availability section refers to blkid command instead of fsck command. Find attached, a patch with the fix. BR Florentin Duneau -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages util-linux depends on: ii dpkg 1.15.5.5 Debian package management system ii initscripts 2.87dsf-8 scripts for initializing and shutt ii install-info 4.13a.dfsg.1-5 Manage installed documentation in ii libblkid1 2.16.2-0 block device id library ii libc6 2.10.2-2 GNU C Library: Shared libraries ii libncurses5 5.7+20090803-2 shared libraries for terminal hand ii libselinux1 2.0.89-4 SELinux runtime shared libraries ii libuuid1 2.16.2-0 Universally Unique ID library ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip ii tzdata 2009s-1 time zone and daylight-saving time ii zlib1g 1:1.2.3.4.dfsg-2 compression library - runtime util-linux recommends no packages. Versions of packages util-linux suggests: ii console-tools 1:0.2.3dbs-66 Linux console and font utilities pn dosfstools <none> (no description available) pn util-linux-locales <none> (no description available) -- no debconf information
diff --git a/fsck/fsck.8 b/fsck/fsck.8 index fd1e7e2..027fb3f 100644 --- a/fsck/fsck.8 +++ b/fsck/fsck.8 @@ -354,7 +354,7 @@ option as of this writing. .SH AUTHOR Theodore Ts'o ([email protected]) .SH AVAILABILITY -The blkid command is part of the util-linux-ng package and is available from +The fsck command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. .SH FILES .IR /etc/fstab .

