Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Mar 15, 2011
1 parent cee9dba commit 2cf7c18
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/patches_controller.rb
Expand Up @@ -3,7 +3,7 @@ def index
end

def show
@patch = File.read("pmount-0.9.19-alt-ext4.patch")
@patch = File.read("pmount-0.9.17-alt-floppy.patch")
end

def get
Expand Down
16 changes: 16 additions & 0 deletions pmount-0.9.17-alt-floppy.patch
@@ -0,0 +1,16 @@
diff -ur pmount-0.9.17.orig/src/fs.c pmount-0.9.17/src/fs.c
--- pmount-0.9.17.orig/src/fs.c 2007-12-14 20:44:34 +0200
+++ pmount-0.9.17/src/fs.c 2008-01-08 15:44:17 +0200
@@ -19,10 +19,10 @@
* to command line options. It is anyway better not to use it...
*/
static struct FS supported_fs[] = {
- { "udf", "nosuid,nodev,user", 1, "000", ",iocharset=%s" },
- { "iso9660", "nosuid,nodev,user", 1, NULL, ",iocharset=%s" },
{ "vfat", "nosuid,nodev,user,quiet,shortname=mixed", 1, "077",
",iocharset=%s",",fmask=%04o,dmask=%04o"},
+ { "udf", "nosuid,nodev,user", 1, "000", ",iocharset=%s" },
+ { "iso9660", "nosuid,nodev,user", 1, NULL, ",iocharset=%s" },
{ "hfsplus", "nosuid,nodev,user", 1, NULL, 0 },
{ "hfs", "nosuid,nodev,user", 1, "077", NULL,
",file_umask=%04o,dir_umask=%04o"},

0 comments on commit 2cf7c18

Please sign in to comment.