diff options
author | Harshavardhana Ranganath <harsha@gluster.com> | 2009-10-26 19:53:33 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-27 03:32:40 -0700 |
commit | c415e5cfb87bc240ae8438e9df995ce45b55004e (patch) | |
tree | d1e36b60dae5d05baedb34bb96368d3775634383 /glusterfs.spec.in | |
parent | b5fe35e215626b98b19876bc0f53b9184aef664b (diff) |
Don't stop an already running glusterfsd upon upgrade or install.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 338 (rpm post uninstall kills glusterfsd process)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=338
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 8fed3395f..044496fcb 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 |