diff --git a/conf/Makefile.am b/conf/Makefile.am index 6e9dd98a..851aa2b7 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -2,11 +2,11 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = icecast.xml.in icecast_minimal.xml.in icecast_shoutcast_compat.xml.in -DISTCLEANFILES = icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist +EXTRA_DIST = icecast.xml.in icecast_minimal.xml.in icecast_shoutcast_compat.xml.in icecast_urlauth.xml.in +DISTCLEANFILES = icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist icecast_urlauth.xml.dist docdir = $(datadir)/$(PACKAGE)/doc -doc_DATA = icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist +doc_DATA = icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist icecast_urlauth.xml.dist install-data-hook: $(mkinstalldirs) $(DESTDIR)$(sysconfdir) @@ -26,6 +26,9 @@ icecast_minimal.xml.dist: $(srcdir)/icecast_minimal.xml.in icecast_shoutcast_compat.xml.dist: $(srcdir)/icecast_shoutcast_compat.xml.in $(edit) $(srcdir)/icecast_shoutcast_compat.xml.in > icecast_shoutcast_compat.xml.dist +icecast_urlauth.xml.dist: $(srcdir)/icecast_urlauth.xml.in + $(edit) $(srcdir)/icecast_urlauth.xml.in > icecast_urlauth.xml.dist + debug: $(MAKE) all CFLAGS="@DEBUG@" diff --git a/conf/icecast_urlauth.xml.in b/conf/icecast_urlauth.xml.in new file mode 100644 index 00000000..bd2fbaeb --- /dev/null +++ b/conf/icecast_urlauth.xml.in @@ -0,0 +1,49 @@ + + + + 100 + 2 + 5 + 524288 + 30 + 15 + 10 + 1 + 65535 + + + hackme + hackme + admin + hackme + + localhost + + 8000 + + + /auth_example.ogg + + + + 1 + + @pkgdatadir@ + @localstatedir@/log/@PACKAGE@ + @pkgdatadir@/web + @pkgdatadir@/admin + + + + access.log + error.log + 4 + + + 0 + +