rpms/collectd/EL-5 collectd-httpd.conf, NONE, 1.1 collectd.spec, 1.23, 1.24 collectd.conf, 1.1, NONE

Mike McGrath mmcgrath at fedoraproject.org
Thu Jun 10 18:17:28 UTC 2010


Author: mmcgrath

Update of /cvs/pkgs/rpms/collectd/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9498

Modified Files:
	collectd.spec 
Added Files:
	collectd-httpd.conf 
Removed Files:
	collectd.conf 
Log Message:
last release bump and config file addition


--- NEW FILE collectd-httpd.conf ---
# Configuration for collectd.

ScriptAlias /collectd/bin/ /usr/share/collectd/collection3/bin/
Alias /collectd/ /usr/share/collectd/collection3/

<Directory /usr/share/collectd/>
    AddHandler cgi-script .cgi
    DirectoryIndex bin/index.cgi
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
</Directory>


Index: collectd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/collectd/EL-5/collectd.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- collectd.spec	10 Jun 2010 18:03:53 -0000	1.23
+++ collectd.spec	10 Jun 2010 18:17:28 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: Statistics collection daemon for filling RRD files
 Name: collectd
 Version: 4.10.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 URL: http://collectd.org/
@@ -499,7 +499,7 @@ fi
 %endif
 
 %changelog
-* Thu Jun 10 2010 Mike McGrath <mmcgrath at redhat.com> 4.10.0-3
+* Thu Jun 10 2010 Mike McGrath <mmcgrath at redhat.com> 4.10.0-4
 - New upstram version
 - First EL-5 build
 


--- collectd.conf DELETED ---



More information about the scm-commits mailing list