Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187691 Details for
Bug 265453
sys-apps/pmount-0.9.19 and ext4 patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch to add ext4 support
pmount-0.9.19-ext4.patch (text/plain), 577 bytes, created by
Michelangelo Scopelliti
on 2009-04-08 14:22:44 UTC
(
hide
)
Description:
proposed patch to add ext4 support
Filename:
MIME Type:
Creator:
Michelangelo Scopelliti
Created:
2009-04-08 14:22:44 UTC
Size:
577 bytes
patch
obsolete
>--- pmount-0.9.19/src/fs.c.orig 2009-02-12 23:45:40.000000000 +0100 >+++ pmount-0.9.19/src/fs.c 2009-04-08 16:12:09.000000000 +0200 >@@ -26,6 +26,7 @@ > { "hfsplus", "nosuid,nodev,user", 1, NULL, 0 }, > { "hfs", "nosuid,nodev,user", 1, "077", NULL, > ",file_umask=%04o,dir_umask=%04o"}, >+ { "ext4", "nodev,noauto,nosuid,user,errors=continue", 0, NULL, 0 }, > { "ext3", "nodev,noauto,nosuid,user,errors=continue", 0, NULL, 0 }, > { "ext2", "nodev,noauto,nosuid,user,errors=continue", 0, NULL, 0 }, > { "reiserfs", "nodev,noauto,nosuid,user", 0, NULL, 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 265453
: 187691 |
187693