Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117961 Details for
Bug 116016
forcefsck not working in case of reiserfs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
reiserfs.patch
reiser (text/plain), 657 bytes, created by
Roy Marples (RETIRED)
on 2007-05-02 15:22:35 UTC
(
hide
)
Description:
reiserfs.patch
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2007-05-02 15:22:35 UTC
Size:
657 bytes
patch
obsolete
>diff -ur reiserfsprogs-3.6.19.orig/fsck/main.c reiserfsprogs-3.6.19/fsck/main.c >--- reiserfsprogs-3.6.19.orig/fsck/main.c 2004-10-07 15:04:08.000000000 +0100 >+++ reiserfsprogs-3.6.19/fsck/main.c 2007-05-02 16:05:08.000000000 +0100 >@@ -416,7 +416,7 @@ > (data->log == stdout) ? "stdout" : > (data->log_file_name ? data->log_file_name : "fsck.run")); > >- if (!(data->options & OPT_YES) && !user_confirmed (warn_to, "\nDo you want to " >+ if (!(data->options & OPT_YES) && !(data->options & OPT_SILENT) && !user_confirmed (warn_to, "\nDo you want to " > "run this program?[N/Yes] (note need to type Yes if you do):", "Yes\n")) > exit (EXIT_USER); > }
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 116016
:
75072
|
117959
| 117961