summaryrefslogtreecommitdiffstats
path: root/build/glustermg.spec
diff options
context:
space:
mode:
Diffstat (limited to 'build/glustermg.spec')
-rw-r--r--build/glustermg.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/glustermg.spec b/build/glustermg.spec
index ff489b3c..f4af3660 100644
--- a/build/glustermg.spec
+++ b/build/glustermg.spec
@@ -138,7 +138,7 @@ if /etc/init.d/multicast-discoverd status >/dev/null; then
else
/etc/init.d/multicast-discoverd start
fi
-/etc/init.d/crond reload
+service crond restart
/sbin/chkconfig smb on
/sbin/chkconfig --add gluster-volume-settings
@@ -176,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Dec 13 2011 Bala.FA <barumuga@redhat.com> - 1.1.0
+- crond is restarted instead of reload for fedora 16
+ compatibility
* Tue Nov 29 2011 Bala.FA <barumuga@redhat.com> - 1.1.0
- Updated tomcat6/samba dependency
- Added multicast-discoverd stop in preun backend