From 8682e0a49ccb544a038252add6c50e82ad1fd284 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Tue, 13 Dec 2011 14:56:18 +0530 Subject: crond is restarted instead of reload for fedora 16 --- build/glustermg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 1.1.0 +- crond is restarted instead of reload for fedora 16 + compatibility * Tue Nov 29 2011 Bala.FA - 1.1.0 - Updated tomcat6/samba dependency - Added multicast-discoverd stop in preun backend -- cgit