remove fsck1 altogether
This commit is contained in:
parent
5d8d5e0c3a
commit
561acfb618
4 changed files with 2 additions and 1394 deletions
|
@ -12,7 +12,7 @@ SUBDIR= aal add_route adduser advent arp ash at autil awk \
|
||||||
dhrystone diff dirname dis386 dis88 diskctl du dumpcore \
|
dhrystone diff dirname dis386 dis88 diskctl du dumpcore \
|
||||||
ed eject elle elvis env expand factor file \
|
ed eject elle elvis env expand factor file \
|
||||||
find finger fingerd fix fold format fortune fsck.mfs \
|
find finger fingerd fix fold format fortune fsck.mfs \
|
||||||
fsck1 ftp101 ftpd200 gcov-pull getty grep gomoku head hexdump host \
|
ftp101 ftpd200 gcov-pull getty grep gomoku head hexdump host \
|
||||||
hostaddr id ifconfig ifdef indent install \
|
hostaddr id ifconfig ifdef indent install \
|
||||||
intr ipcrm ipcs irdpd isoread join kill last leave \
|
intr ipcrm ipcs irdpd isoread join kill last leave \
|
||||||
less lex life loadkeys loadramdisk logger login look lp \
|
less lex life loadkeys loadramdisk logger login look lp \
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
PROG= fsck1
|
|
||||||
CPPFLAGS+= -I${MINIXSRCDIR}/servers
|
|
||||||
MAN=
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
.TH FSCK 1
|
.TH FSCK 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fsck, fsck1 \- perform file system consistency check
|
fsck \- perform file system consistency check
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBfsck\fR [\fB\-aclmrs\fR]\fR [\fIdevice\fR] ...\fR
|
\fBfsck\fR [\fB\-aclmrs\fR]\fR [\fIdevice\fR] ...\fR
|
||||||
.br
|
.br
|
||||||
|
@ -29,7 +29,6 @@ fsck, fsck1 \- perform file system consistency check
|
||||||
.PP
|
.PP
|
||||||
\fIFsck\fR performs consistency checks on the file systems which reside
|
\fIFsck\fR performs consistency checks on the file systems which reside
|
||||||
on the specified devices.
|
on the specified devices.
|
||||||
\fIFsck1\fR is an alternate version for use on obsolete V1 file systems.
|
|
||||||
When either the \fB\-a\fR or \fB\-r\fR flags are given, the file system
|
When either the \fB\-a\fR or \fB\-r\fR flags are given, the file system
|
||||||
will be repaired if errors are found.
|
will be repaired if errors are found.
|
||||||
Before running \fIfsck\fR on a mounted file system, it must first be unmounted.
|
Before running \fIfsck\fR on a mounted file system, it must first be unmounted.
|
||||||
|
|
Loading…
Reference in a new issue