%n dosfsck %v 1 %c * %l * %b * %d * %f * %t dosfsck-1.tgz %w Misc %% %setup patch -u -p1 <<'ENDPATCH' diff -ru2N dosfsck-1/Makefile dosfsck-MCC/Makefile --- dosfsck-1/Makefile Mon May 10 01:48:46 1993 +++ dosfsck-MCC/Makefile Sat Aug 31 14:27:37 1996 @@ -1,6 +1,6 @@ CC=cc CPP=$(CC) -E -CFLAGS=-Wall -Wno-parentheses -g -LDFLAGS= +CFLAGS=-Wall -Wno-parentheses -O6 -m386 -fomit-frame-pointer +LDFLAGS= -Wl,-warn-common OBJS=boot.o check.o common.o dosfsck.o fat.o file.o io.o diff -ru2N dosfsck-1/dosfsck.8 dosfsck-MCC/dosfsck.8 --- dosfsck-1/dosfsck.8 Tue May 11 01:49:23 1993 +++ dosfsck-MCC/dosfsck.8 Sat Aug 31 14:29:14 1996 @@ -1,8 +1,8 @@ -.TH DOSFSCK 8 "May 11 1993" "Linux" "MAINTENANCE COMMANDS" +.TH FSCK.MSDOS 8 "May 11 1993" "Linux" "MAINTENANCE COMMANDS" .SH NAME -dosfsck \- check and repair MS-DOS file systems +fsck.msdos \- check and repair MS-DOS file systems .SH SYNOPSIS .ad l -.B dosfsck +.B fsck.msdos .RB [ \-aflrtvVw ] .RB [ \-d \fIpath\fB \-d \fI...\fB ] @@ -11,5 +11,5 @@ .ad b .SH DESCRIPTION -.B dosfsck +.B fsck.msdos verifies the consistency of MS-DOS file systems and optionally tries to repair them. The following file system problems can be corrected (in this @@ -69,5 +69,5 @@ .PD .LP -When \fBdosfsck\fP checks a file system, it accumulates all changes in memory +When \fBfsck.msdos\fP checks a file system, it accumulates all changes in memory and performs them only after all checks are complete. This can be disabled with the \fB\-w\fP option. @@ -91,5 +91,5 @@ Mark unreadable clusters as bad. .IP \fB-u\fP -Try to undelete the specified file. \fBdosfsck\fP tries to allocate a chain +Try to undelete the specified file. \fBfsck.msdos\fP tries to allocate a chain of contiguous unallocated clusters beginning with the start cluster of the undeleted file. @@ -111,8 +111,8 @@ No recoverable errors have been detected. .IP 1 -Recoverable errors have been detected or \fBdosfsck\fP has discovered an +Recoverable errors have been detected or \fBfsck.msdos\fP has discovered an internal inconsistency. .IP 2 -Usage error. \fBdosfsck\fP did not access the file system. +Usage error. \fBfsck.msdos\fP did not access the file system. .SH BUGS Does not create . and .. files where necessary. Does not remove entirely diff -ru2N dosfsck-1/mcc-install dosfsck-MCC/mcc-install --- dosfsck-1/mcc-install Thu Jan 1 01:00:00 1970 +++ dosfsck-MCC/mcc-install Sat Aug 31 14:28:34 1996 @@ -0,0 +1,3 @@ +install -s -m 555 dosfsck /sbin/fsck.msdos +install -m 444 dosfsck.8 /usr/man/man8/fsck.msdos.8 +gzip -9f /usr/man/man8/fsck.msdos.8 ENDPATCH make * sh -x ./mcc-install %%