]> git.pld-linux.org Git - packages/krusader.git/blame - krusader-mount.patch
- updated to 1.70.0 (final release)
[packages/krusader.git] / krusader-mount.patch
CommitLineData
334899d4 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.097167 seconds and 4 git commands to generate.