diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
commit | 1160fd7012e9178dcc628403246431be1258220c (patch) | |
tree | 7e40351a3df9a22683e158e9f84074c3071a0c56 /x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp | |
parent | cba6322b417f491888799446be04740401e2d0fb (diff) |
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=180198
Diffstat (limited to 'x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp')
-rw-r--r-- | x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp new file mode 100644 index 000000000000..5a6937d40f75 --- /dev/null +++ b/x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp @@ -0,0 +1,10 @@ +--- kioslave/media/mediamanager/fstabbackend.cpp.orig Mon May 22 20:12:42 2006 ++++ kioslave/media/mediamanager/fstabbackend.cpp Fri Jun 16 08:56:20 2006 +@@ -111,6 +111,7 @@ + if ( mount->mountType() == "swap" + || mount->mountType() == "tmpfs" + || mount->mountType() == "sysfs" ++ || mount->mountType() == "fdescfs" + || mount->mountType() == "kernfs" + || mount->mountType() == "usbfs" + || mount->mountType().contains( "proc" ) |