Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118468 Details for
Bug 177514
dosfsutils does not support -p, required for baselayout-2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Map -p to -a
dosfsck-preen.patch (text/plain), 824 bytes, created by
Roy Marples (RETIRED)
on 2007-05-07 17:45:48 UTC
(
hide
)
Description:
Map -p to -a
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2007-05-07 17:45:48 UTC
Size:
824 bytes
patch
obsolete
>diff -ur a/dosfsck/dosfsck.c b/dosfsck/dosfsck.c >--- a/dosfsck/dosfsck.c 2007-05-07 18:39:13.000000000 +0100 >+++ b/dosfsck/dosfsck.c 2007-05-07 18:43:38.000000000 +0100 >@@ -40,6 +40,7 @@ > fprintf(stderr," -f salvage unused chains to files\n"); > fprintf(stderr," -l list path names\n"); > fprintf(stderr," -n no-op, check non-interactively without changing\n"); >+ fprintf(stderr," -p same as -a, for compat with other *fsck\n"); > fprintf(stderr," -r interactively repair the file system\n"); > fprintf(stderr," -t test for bad clusters\n"); > fprintf(stderr," -u path try to undelete that (non-directory) file\n"); >@@ -97,6 +98,7 @@ > atari_format = !atari_format; > break; > case 'a': >+ case 'p': > case 'y': > rw = 1; > interactive = 0;
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 177514
:
118468
|
118476