summaryrefslogtreecommitdiffstats
path: root/extras/init.d/rhel5-load-fuse.modules
diff options
context:
space:
mode:
Diffstat (limited to 'extras/init.d/rhel5-load-fuse.modules')
-rwxr-xr-xextras/init.d/rhel5-load-fuse.modules7
1 files changed, 0 insertions, 7 deletions
diff --git a/extras/init.d/rhel5-load-fuse.modules b/extras/init.d/rhel5-load-fuse.modules
deleted file mode 100755
index ee194db99b8..00000000000
--- a/extras/init.d/rhel5-load-fuse.modules
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#
-# fusermount-glusterfs requires the /dev/fuse character device. The fuse module
-# provides this and is loaded on demand in newer Linux distributions.
-#
-
-[ -c /dev/fuse ] || /sbin/modprobe fuse