Skip to content

Commit

Permalink
rrdd: added /etc/xcp-rrdd.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Rok Strniša <rok.strnisa@citrix.com>
  • Loading branch information
Rok Strniša committed Jul 13, 2012
1 parent 7603f54 commit f87bb30
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/OMakefile
Expand Up @@ -50,6 +50,7 @@ install:
$(IPROG) udhcpd.skel $(DESTDIR)/var/xapi/udhcpd.skel #### FHS_FIXME $(IPROG) udhcpd.skel $(DESTDIR)/var/xapi/udhcpd.skel #### FHS_FIXME
$(IDATA) xapi.conf $(DESTDIR)$(XAPICONF) $(IDATA) xapi.conf $(DESTDIR)$(XAPICONF)
$(IDATA) sparse_dd.conf $(DESTDIR)/etc/sparse_dd.conf $(IDATA) sparse_dd.conf $(DESTDIR)/etc/sparse_dd.conf
$(IDATA) xcp-rrdd.conf $(DESTDIR)/etc/xcp-rrdd.conf
$(IDATA) xenopsd.conf $(DESTDIR)/etc/xenopsd.conf $(IDATA) xenopsd.conf $(DESTDIR)/etc/xenopsd.conf
$(IDATA) squeezed.conf $(DESTDIR)/etc/squeezed.conf $(IDATA) squeezed.conf $(DESTDIR)/etc/squeezed.conf
$(IPROG) log.conf $(DESTDIR)$(ETCDIR)/log.conf $(IPROG) log.conf $(DESTDIR)$(ETCDIR)/log.conf
Expand Down
1 change: 1 addition & 0 deletions scripts/init.d-rrdd
Expand Up @@ -6,6 +6,7 @@
# description: XCP RRD daemon # description: XCP RRD daemon
# processname: xcp-rrdd # processname: xcp-rrdd
# pidfile: /var/run/xcp-rrdd.pid # pidfile: /var/run/xcp-rrdd.pid
# config: /etc/xcp-rrdd.conf


# Source function library. # Source function library.
. /etc/init.d/functions . /etc/init.d/functions
Expand Down
3 changes: 3 additions & 0 deletions scripts/xcp-rrdd.conf
@@ -0,0 +1,3 @@
# The xcp-rrdd config file

disable-logging-for = http
1 change: 1 addition & 0 deletions xapi.spec.in
Expand Up @@ -317,6 +317,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
@OPTDIR@/libexec/xcp-rrdd @OPTDIR@/libexec/xcp-rrdd
/etc/rc.d/init.d/xcp-rrdd /etc/rc.d/init.d/xcp-rrdd
/etc/xcp-rrdd.conf


%files xenops %files xenops
%defattr(-,root,root,-) %defattr(-,root,root,-)
Expand Down

0 comments on commit f87bb30

Please sign in to comment.