From c415e5cfb87bc240ae8438e9df995ce45b55004e Mon Sep 17 00:00:00 2001 From: Harshavardhana Ranganath Date: Mon, 26 Oct 2009 19:53:33 +0000 Subject: Don't stop an already running glusterfsd upon upgrade or install. Signed-off-by: Anand V. Avati BUG: 338 (rpm post uninstall kills glusterfsd process) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=338 --- glusterfs.spec.in | 1 - 1 file changed, 1 deletion(-) (limited to 'glusterfs.spec.in') 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 -- cgit