summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 8fed3395fae..044496fcb91 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -161,7 +161,6 @@ find %{buildroot}%{_libdir}/glusterfs -name '*.la' | xargs rm -f
%preun server
if [ $1 -eq 0 ]; then
- /sbin/service glusterfsd stop &>/dev/null || :
/sbin/chkconfig --del glusterfsd
fi