rpms/cacti/devel cacti.README.Fedora,1.1,1.2 cacti.spec,1.2,1.3

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Feb 22 08:34:48 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/cacti/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15156/devel

Modified Files:
	cacti.README.Fedora cacti.spec 
Log Message:
Fixing bug #182033 - cron job fails when database is not configured


Index: cacti.README.Fedora
===================================================================
RCS file: /cvs/extras/rpms/cacti/devel/cacti.README.Fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cacti.README.Fedora	7 Feb 2006 01:42:50 -0000	1.1
+++ cacti.README.Fedora	22 Feb 2006 08:34:48 -0000	1.2
@@ -1,3 +1,10 @@
+In order for Cacti to function properly please properly edit /etc/cacti/db.php
+and enable the crontab script in /etc/cron.d/cacti  For more information about
+setting up the database please read:
+
+docs/INSTALL
+
+
 As of Feb. 6, 2006 Cacti does not work correctly with SELinux.  This will
 change in the future.  If you're having issues getting Cacti to work properly
 and SELinux is enabled, please run the following commands after installing


Index: cacti.spec
===================================================================
RCS file: /cvs/extras/rpms/cacti/devel/cacti.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cacti.spec	14 Feb 2006 14:05:42 -0000	1.2
+++ cacti.spec	22 Feb 2006 08:34:48 -0000	1.3
@@ -1,6 +1,6 @@
 Name: cacti
 Version: 0.8.6h
-Release: 5
+Release: 6
 Summary: An rrd based graphing tool
 
 Group: Applications/System
@@ -40,7 +40,7 @@
 %patch4 -p1
 %patch5 -p1
 
-echo "*/5 * * * *	cacti	%{_bindir}/php %{_datadir}/%{name}/poller.php > /dev/null 2>&1" >cacti.cron
+echo "#*/5 * * * *	cacti	%{_bindir}/php %{_datadir}/%{name}/poller.php > /dev/null 2>&1" >cacti.cron
 
 %install
 rm -rf %{buildroot}
@@ -106,6 +106,9 @@
 %attr(0644,root,root) %{_localstatedir}/lib/%{name}/scripts/*php
 
 %changelog
+* Wed Feb 22 2006 Mike McGrath <imlinux at gmail.com> - 0.8.6h-6
+- Disabled Cron job by default
+
 * Tue Feb 14 2006 Mike McGrath <imlinux at gmail.com> - 0.8.6h-5
 - Rebuild for Fedora Extras 5
 




More information about the scm-commits mailing list