fsck.ext* are hard links to e2fsck not fsck. Thanks to Dean Talbot for the report.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-09-06 18:36:35 +00:00
parent 5dec66f4fd
commit b8f47e78d4

View File

@ -297,7 +297,7 @@ install-info --dir-file=/usr/share/info/dir \
<term><command>fsck.ext2</command></term>
<listitem>
<para>By default checks <systemitem class="filesystem">ext2</systemitem>
file systems. This is a hard link to <command>fsck</command>.</para>
file systems. This is a hard link to <command>e2fsck</command>.</para>
<indexterm zone="ch-system-e2fsprogs fsck.ext2">
<primary sortas="b-fsck.ext2">fsck.ext2</primary>
</indexterm>
@ -308,7 +308,7 @@ install-info --dir-file=/usr/share/info/dir \
<term><command>fsck.ext3</command></term>
<listitem>
<para>By default checks <systemitem class="filesystem">ext3</systemitem>
file systems. This is a hard link to <command>fsck</command>.</para>
file systems. This is a hard link to <command>e2fsck</command>.</para>
<indexterm zone="ch-system-e2fsprogs fsck.ext3">
<primary sortas="b-fsck.ext3">fsck.ext3</primary>
</indexterm>
@ -319,7 +319,7 @@ install-info --dir-file=/usr/share/info/dir \
<term><command>fsck.ext4</command></term>
<listitem>
<para>By default checks <systemitem class="filesystem">ext4</systemitem>
file systems. This is a hard link to <command>fsck</command>.</para>
file systems. This is a hard link to <command>e2fsck</command>.</para>
<indexterm zone="ch-system-e2fsprogs fsck.ext4">
<primary sortas="b-fsck.ext4">fsck.ext4</primary>
</indexterm>
@ -331,7 +331,7 @@ install-info --dir-file=/usr/share/info/dir \
<listitem>
<para>By default checks <systemitem class="filesystem">ext4</systemitem>
development file systems. This is a hard link to
<command>fsck</command>.</para>
<command>e2fsck</command>.</para>
<indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
<primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
</indexterm>