Author: blues Date: Wed Oct 4 15:26:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add hourly cron job to have graphs every hour
---- Files affected: SPECS: mysqlard.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/mysqlard.spec diff -u SPECS/mysqlard.spec:1.4 SPECS/mysqlard.spec:1.5 --- SPECS/mysqlard.spec:1.4 Wed Oct 4 17:07:29 2006 +++ SPECS/mysqlard.spec Wed Oct 4 17:26:45 2006 @@ -4,7 +4,7 @@ Summary: MySQL performance logging daemon Name: mysqlard Version: 1.0.0 -Release: 1.1 +Release: 1.5 License: GPL v2 Group: Applications/Databases Source0: http://gert.sos.be/downloads/mysqlar/%{name}-%{version}.tar.gz @@ -12,6 +12,7 @@ Source1: %{name}.conf Source2: %{name}.init Source3: %{name}.crontab +Source4: %{name}.hourly Patch0: %{name}-use_mysqlar_user.patch URL: http://gert.sos.be/ Requires: rrdtool @@ -87,6 +88,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_webappconfdir}/httpd.conf install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} install %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.d/%{name} +install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/mysqlar.hourly # cleanup trash: rm -f $RPM_BUILD_ROOT%{_appdir}/*.spec @@ -142,6 +144,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/10/04 15:26:45 blues +- add hourly cron job to have graphs every hour + Revision 1.4 2006/10/04 15:07:29 blues - use one crontab file, not scripts in crontab directories ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysqlard.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
