summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-12-13 14:56:18 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-12-13 14:56:18 +0530
commit8682e0a49ccb544a038252add6c50e82ad1fd284 (patch)
treee05e51dd6426f4948b484cee18fae5627f1ae9ba /build
parent7a13354d31273d6ec27bb081061bf735242b188d (diff)
crond is restarted instead of reload for fedora 16
Diffstat (limited to 'build')
-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