1
0
Fork 0

Feature: Install a (still empty) report XML database

This commit is contained in:
Philipp Schafft 2020-10-14 11:19:10 +00:00
parent 1c6d6ae67b
commit 8d3189bc9c
3 changed files with 6 additions and 0 deletions

View File

@ -9,5 +9,7 @@ EXTRA_DIST = README.md HACKING tap-driver.sh
docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = README.md AUTHORS COPYING NEWS ChangeLog
dist_pkgdata_DATA = report-db.xml
static:
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"

View File

@ -267,6 +267,7 @@
<logdir>@localstatedir@/log/@PACKAGE@</logdir>
<webroot>@pkgdatadir@/web</webroot>
<adminroot>@pkgdatadir@/admin</adminroot>
<reportxmldb>@pkgdatadir@/report-db.xml</reportxmldb>
<!-- <pidfile>@pkgdatadir@/icecast.pid</pidfile> -->
<!-- Aliases: treat requests for 'source' path as being for 'dest' path

3
report-db.xml Normal file
View File

@ -0,0 +1,3 @@
<?xml version="1.0"?>
<report version="0.0.1" xmlns="http://icecast.org/specs/reportxml-0.0.1">
</report>