[Pkg-wmaker-commits] [wmfsm] 16/83: wmfsm: Hide "system" file systems.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 14:05:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfsm.

commit 2d8a3b836516da7ed2704cd984d647192fc87002
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Jan 22 00:22:02 2015 -0600

    wmfsm: Hide "system" file systems.
    
    Patch [1] by roma1390 and Michele Noberasco to fix Gentoo bug #50148 [2].
    
    [1] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
    [2] https://bugs.gentoo.org/show_bug.cgi?id=50148
---
 wmfsm/wmfsm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmfsm/wmfsm.c b/wmfsm/wmfsm.c
index 36fa906..f8d9458 100644
--- a/wmfsm/wmfsm.c
+++ b/wmfsm/wmfsm.c
@@ -509,7 +509,7 @@ readFileSystems()
 #if defined IRIX64 || defined(SunOS)
 			   strcmp(fstype, "hwgfs") && strcmp(fstype, "autofs") && strcmp(fstype, "proc") && strcmp(fstype, "fd") && !strstr(options, "ignore")
 #elif defined linux
-			   strcmp(fstype, "proc") && strcmp(fstype, "shm")
+			   strcmp(fstype, "proc") && strcmp(fstype, "tmpfs") && strcmp(fstype, "devfs") && strcmp(fstype, "ramfs") && strcmp(fstype, "sysfs") && strcmp(fstype, "devpts") && strcmp(fstype, "usbfs")
 #else
 			   1
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfsm.git



More information about the Pkg-wmaker-commits mailing list