mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Feature: Install a (still empty) report XML database
This commit is contained in:
parent
1c6d6ae67b
commit
8d3189bc9c
@ -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"
|
||||
|
@ -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
3
report-db.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0"?>
|
||||
<report version="0.0.1" xmlns="http://icecast.org/specs/reportxml-0.0.1">
|
||||
</report>
|
Loading…
Reference in New Issue
Block a user