FreeBSD Bugzilla – Attachment 15650 Details for
Bug 28937
[PATCH] fsck_msdosfs doesn't recognise -F flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fsck_msdosfs.patch
fsck_msdosfs.patch (text/plain), 489 bytes, created by
mux
on 2001-07-13 10:30:00 UTC
(
hide
)
Description:
fsck_msdosfs.patch
Filename:
MIME Type:
Creator:
mux
Created:
2001-07-13 10:30:00 UTC
Size:
489 bytes
patch
obsolete
>--- /usr/src/sbin/fsck_msdosfs/main.c Mon Jul 9 12:35:18 2001 >+++ main.c Tue Jul 10 01:33:58 2001 >@@ -75,13 +75,17 @@ > int ret = 0, erg; > int ch; > >- while ((ch = getopt(argc, argv, "pynf")) != -1) { >+ while ((ch = getopt(argc, argv, "fFnpy")) != -1) { > switch (ch) { > case 'f': > /* > * We are always forced, since we don't > * have a clean flag > */ >+ break; >+ case 'F': >+ /* We can never run in background */ >+ exit(8); > break; > case 'n': > alwaysno = 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28937
: 15650