summaryrefslogtreecommitdiffstats
path: root/extras/init.d/rhel5-load-fuse.modules
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2018-10-05 13:28:03 -0400
committerAmar Tumballi <amarts@redhat.com>2018-10-08 16:35:27 +0000
commit860a990811c5364bc2de04ca07096cde312ff209 (patch)
tree95261e40c62cad7ca680a3eb88389ef310692ce5 /extras/init.d/rhel5-load-fuse.modules
parent5bc4594dabc08fd4de1940c044946e33037f2ac7 (diff)
packaging: remove RHEL5-isms from glusterfs.spec(.in)
CentOS5 too It's been a couple of years since we stopped doing anything with RHEL/CentOS 5 Change-Id: I83e78fa84b93fa5baddaf3fab92736d692a9bbca updates: bz#1193929 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
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