]> git.pld-linux.org Git - packages/krusader.git/blob - krusader-mount.patch
- reverted last commit
[packages/krusader.git] / krusader-mount.patch
1 --- krusader/MountMan/kmountman.cpp.orig        2004-10-20 00:46:42.000000000 +0200
2 +++ krusader/MountMan/kmountman.cpp     2004-10-22 14:24:23.398732536 +0200
3 @@ -62,7 +62,7 @@
4         }
5  
6         // list of FS that we don't manage at all
7 -       invalid_fs << "swap" << "/dev/pts" << "tmpfs" << "devpts" << "sysfs" << "rpc_pipefs" << "usbfs" << "binfmt_misc";
8 +       invalid_fs << "swap" << "/dev/pts" << "tmpfs" << "devpts" << "sysfs" << "rpc_pipefs" << "usbfs" << "binfmt_misc" << "devfs" << "usbdevfs" << "selinuxfs";
9  #if defined(BSD)
10         invalid_fs << "procfs";
11  #else
This page took 0.022627 seconds and 3 git commands to generate.