diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2018-10-05 13:28:03 -0400 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-10-08 16:35:27 +0000 |
commit | 860a990811c5364bc2de04ca07096cde312ff209 (patch) | |
tree | 95261e40c62cad7ca680a3eb88389ef310692ce5 /extras/init.d | |
parent | 5bc4594dabc08fd4de1940c044946e33037f2ac7 (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')
-rw-r--r-- | extras/init.d/Makefile.am | 6 | ||||
-rwxr-xr-x | extras/init.d/rhel5-load-fuse.modules | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 25f9145f120..8d8cc69571a 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -1,7 +1,7 @@ -EXTRA_DIST = glusterd-Debian glusterd-FreeBSD glusterd-Redhat glusterd-SuSE \ - glusterd.plist rhel5-load-fuse.modules \ - glustereventsd-FreeBSD glustereventsd-Redhat glustereventsd-Debian +EXTRA_DIST = glusterd-Debian glusterd-FreeBSD glusterd-Redhat \ + glusterd-SuSE glusterd.plist glustereventsd-FreeBSD \ + glustereventsd-Redhat glustereventsd-Debian CLEANFILES = 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 |